Html Css Color HEX #EE0F86 Deep Pink

📋 copy color: '#EE0F86'

red 238 ◦ green 15 ◦ blue 134

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

Shades of Deep Pink #EE0F86

Tints of Deep Pink #EE0F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 61.5%
G = 3.88%
B = 34.63%

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

#EE0F86 (or 0xEE0F86) is known color: Deep Pink. HEX triplet: EE, 0F and 86. RGB value is (238,15,134). Sum of RGB (Red+Green+Blue) = 238+15+134=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F86 is #11F079. Grayscale: #5E5E5E. Windows color (decimal): -1175674 or 8785902. OLE color: 8785902.

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

Color convert

RGB 238 15 134 -
CMYK 0 0.94 0.44 0.07
HSL 327.98º 0.88% 0.5% -
HSV(B) 327.98º 0.94% 0.93% -
XYZ 39.73 20.24 24.37 -
YUV 95.24 149.88 229.82 -
System Red Green Blue C M Y K H S L
Decimal 238 15 134 0 0.94 0.44 0.07 327.98 0.88 0.5
Hex EE F 86 0 5E 2C 7 148 58 32
Octal 356 17 206 0 136 54 7 510 130 62
Binary 11101110 1111 10000110 0 1011110 101100 111 101001000 1011000 110010

Color Harmonies of #EE0F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F86

Black with #EE0F86

Text Example


Text Example

White with #EE0F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F86; }

 p { color: rgb(238,15,134); }

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

background-color css

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

 a { background-color: rgb(238,15,134); }

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

border-color css

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

 span { border-color: rgb(238,15,134); }

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