COLOR #EE65D8

HEX: #EE65D8
RGB: (238,101,216)

Color info

#EE65D8 contains mainly red and blue colors. Web safe color of #EE65D8 is #FF66CC (or #F6C).

RGB color model

#EE65D8 color RGB value is (238,101,216).

  • red value is 238;
  • green value is 101;
  • blue value is 216.
RGB:
(238,101,216)
(93%,40%,85%)

RGB channels and saturation

R 238 of 255 = 93%
G 101 of 255 = 40%
B 216 of 255 = 85%

238
101
216

R + G + B ~ 73%. #EE65D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 101 + 216 = 555 (100%)
R 238 of 555 ~ 42.88%
G 101 of 555 ~ 18.2%
B 216 of 555 ~ 38.92%

%42.88
%18.2
%38.92

CMYK color model

#EE65D8 color CMYK value is (0,58,9,7).

  • cyan value is 0.00%
  • magenta value is 57.56%
  • yellow value is 9.24%
  • key color value is 6.67%
CMYK:
(0,58,9,7)
C0M58Y9K7 
(0%,58%,9%,7%)
(0.00/0.58/0.09/0.07)	

CMYK percentages

%0
%57.56
%9.24
%6.67

Codes

Color #EE65D8 in popluar color models

EE65D8
RGB238101216
HSL310°80.12%66.47%
HSB/HSV310°57.56%93.33%
CMYK0.00%57.56%9.24%
6.67%

Color #EE65D8 in popluar number systems.

HEXEE65D8
Decimal238101216
Binary11101110110010111011000
Octal356145330

Shades and tints

Shades of #EE65D8

#EE65D8
(238,101,216)
#D95CC5
(217,92,197)
#C453B2
(196,83,178)
#AF4A9F
(175,74,159)
#9A418C
(154,65,140)
#853879
(133,56,121)
#702F66
(112,47,102)
#5B2653
(91,38,83)
#461D40
(70,29,64)
#31142D
(49,20,45)
#1C0B1A
(28,11,26)
#000000
(0,0,0)

Tints of #EE65D8

#EE65D8
(238,101,216)
#EF73DB
(239,115,219)
#F081DE
(240,129,222)
#F18FE1
(241,143,225)
#F29DE4
(242,157,228)
#F3ABE7
(243,171,231)
#F4B9EA
(244,185,234)
#F5C7ED
(245,199,237)
#F6D5F0
(246,213,240)
#F7E3F3
(247,227,243)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE65D8 color. Also use rgb(238,101,216) instead hex code.

Text Font Color

.myTextColor { color: #EE65D8; }

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

This text font color is #EE65D8.


Background Color

.myBgColor { background-color: #EE65D8; }

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

This div background color is #EE65D8.


Border color

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

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

This div border color is #EE65D8.


Opacity

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

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

Text with #EE65D8 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 #EE65D8;}

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

This text has shadow with #EE65D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE65D8 on black background.


Color preview on white background

This text has color #EE65D8 on white background.



Black color preview on #EE65D8 background

This text has black color on #EE65D8 background.


White color preview on #EE65D8 background

This text has white color on #EE65D8 background.