COLOR #EE3FC4

HEX: #EE3FC4
RGB: (238,63,196)

Color info

#EE3FC4 contains mainly red and blue colors. Web safe color of #EE3FC4 is #FF33CC (or #F3C).

RGB color model

#EE3FC4 color RGB value is (238,63,196).

  • red value is 238;
  • green value is 63;
  • blue value is 196.
RGB:
(238,63,196)
(93%,25%,77%)

RGB channels and saturation

R 238 of 255 = 93%
G 63 of 255 = 25%
B 196 of 255 = 77%

238
63
196

R + G + B ~ 65%. #EE3FC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 63 + 196 = 497 (100%)
R 238 of 497 ~ 47.89%
G 63 of 497 ~ 12.68%
B 196 of 497 ~ 39.44%

%47.89
%12.68
%39.44

CMYK color model

#EE3FC4 color CMYK value is (0,74,18,7).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 17.65%
  • key color value is 6.67%
CMYK:
(0,74,18,7)
C0M74Y18K7 
(0%,74%,18%,7%)
(0.00/0.74/0.18/0.07)	

CMYK percentages

%0
%73.53
%17.65
%6.67

Codes

Color #EE3FC4 in popluar color models

EE3FC4
RGB23863196
HSL314°83.73%59.02%
HSB/HSV314°73.53%93.33%
CMYK0.00%73.53%17.65%
6.67%

Color #EE3FC4 in popluar number systems.

HEXEE3FC4
Decimal23863196
Binary1110111011111111000100
Octal35677304

Shades and tints

Shades of #EE3FC4

#EE3FC4
(238,63,196)
#D93AB3
(217,58,179)
#C435A2
(196,53,162)
#AF3091
(175,48,145)
#9A2B80
(154,43,128)
#85266F
(133,38,111)
#70215E
(112,33,94)
#5B1C4D
(91,28,77)
#46173C
(70,23,60)
#31122B
(49,18,43)
#1C0D1A
(28,13,26)
#000000
(0,0,0)

Tints of #EE3FC4

#EE3FC4
(238,63,196)
#EF50C9
(239,80,201)
#F061CE
(240,97,206)
#F172D3
(241,114,211)
#F283D8
(242,131,216)
#F394DD
(243,148,221)
#F4A5E2
(244,165,226)
#F5B6E7
(245,182,231)
#F6C7EC
(246,199,236)
#F7D8F1
(247,216,241)
#F8E9F6
(248,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE3FC4 color. Also use rgb(238,63,196) instead hex code.

Text Font Color

.myTextColor { color: #EE3FC4; }

<p style="color:#EE3FC4">This sample text font color is #EE3FC4.</p>

This text font color is #EE3FC4.


Background Color

.myBgColor { background-color: #EE3FC4; }

<div style="background-color:#EE3FC4">Inner text</div>

This div background color is #EE3FC4.


Border color

.myBorderColor { border: 1px solid #EE3FC4; }

<div style="border:3px solid #EE3FC4">Div</div>

This div border color is #EE3FC4.


Opacity

.myOpacity80 { color: #EE3FC4; opacity: 0.8; }

<p style="color:#EE3FC4;opacity:0.8;">80%</p>

Text with #EE3FC4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EE3FC4;}

<p style="text-shadow: 3px 3px 1px #EE3FC4">Text here.</p>

This text has shadow with #EE3FC4 color.

.textShadow {text-shadow: 3px 3px 1px #EE3FC4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EE3FC4, 5px 5px 20px red">Text here.</p>

This text has shadow with #EE3FC4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE3FC4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EE3FC4, Direction=45, Strength=4)">Text</p>

This text has shadow with #EE3FC4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EE3FC4;
  -webkit-box-shadow:	1px 1px 3px 2px #EE3FC4;
  box-shadow:		1px 1px 3px 2px #EE3FC4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE3FC4;
-webkit-box-shadow: 1px 1px 3px 2px #EE3FC4;
box-shadow:1px 1px 3px 2px #EE3FC4;">
Div content here</div>
This div box has shadow with color #EE3FC4.

Preview

Color preview on black background

This text has color #EE3FC4 on black background.


Color preview on white background

This text has color #EE3FC4 on white background.



Black color preview on #EE3FC4 background

This text has black color on #EE3FC4 background.


White color preview on #EE3FC4 background

This text has white color on #EE3FC4 background.