Html Css Color HEX #EE0E85 Deep Pink

📋 copy color: '#EE0E85'

red 238 ◦ green 14 ◦ blue 133

#EE0E85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EE0E85

Tints of Deep Pink #EE0E85

RGB

 RED value IS 238 (93.36% from 255) = 61.82%

 GREEN value IS 14 (5.86% from 255) = 3.64%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 61.82%
G = 3.64%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE0E85 (or 0xEE0E85) is known color: Deep Pink. HEX triplet: EE, 0E and 85. RGB value is (238,14,133). Sum of RGB (Red+Green+Blue) = 238+14+133=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0E85 is #11F17A. Grayscale: #5E5E5E. Windows color (decimal): -1175931 or 8720110. OLE color: 8720110.

HSL color Cylindrical-coordinate representation of color #EE0E85: hue angle of 328.12º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E85 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 14 133 -
CMYK 0 0.94 0.44 0.07
HSL 328.13º 0.89% 0.49% -
HSV(B) 328.13º 0.94% 0.93% -
XYZ 39.65 20.18 24 -
YUV 94.54 149.71 230.32 -
System Red Green Blue C M Y K H S L
Decimal 238 14 133 0 0.94 0.44 0.07 328.13 0.89 0.49
Hex EE E 85 0 5E 2C 7 148 59 31
Octal 356 16 205 0 136 54 7 510 131 61
Binary 11101110 1110 10000101 0 1011110 101100 111 101001000 1011001 110001

Color Harmonies of #EE0E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E85

Black with #EE0E85

Text Example


Text Example

White with #EE0E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E85; }

 p { color: rgb(238,14,133); }

 H1.HeaderClassName
 {
   color: #EE0E85;
 }
 .AnyTagClassName
 {
   color: #EE0E85;
 }
</style>

background-color css

<style>
 a { background-color: #EE0E85; }

 a { background-color: rgb(238,14,133); }

 div.DivClassName
 {
   background-color: #EE0E85;
 }
 .BgClassName
 {
   background-color: #EE0E85;
 }
</style>

border-color css

<style>
 span { border-color: #EE0E85; }

 span { border-color: rgb(238,14,133); }

 td.TdClassName
 {
   border-color: #EE0E85;
 }
 .TagClassName
 {
   border-color: #EE0E85;
 }
</style>