Html Css Color HEX #EE0C8A Deep Pink

📋 copy color: '#EE0C8A'

red 238 ◦ green 12 ◦ blue 138

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

Shades of Deep Pink #EE0C8A

Tints of Deep Pink #EE0C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.09%

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 61.34%
G = 3.09%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE0C8A (or 0xEE0C8A) is known color: Deep Pink. HEX triplet: EE, 0C and 8A. RGB value is (238,12,138). Sum of RGB (Red+Green+Blue) = 238+12+138=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0C8A is #11F375. Grayscale: #5D5D5D. Windows color (decimal): -1176438 or 9047278. OLE color: 9047278.

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

Color convert

RGB 238 12 138 -
CMYK 0 0.95 0.42 0.07
HSL 326.55º 0.9% 0.49% -
HSV(B) 326.55º 0.95% 0.93% -
XYZ 39.98 20.28 25.85 -
YUV 93.94 152.87 230.75 -
System Red Green Blue C M Y K H S L
Decimal 238 12 138 0 0.95 0.42 0.07 326.55 0.9 0.49
Hex EE C 8A 0 5F 2A 7 147 5A 31
Octal 356 14 212 0 137 52 7 507 132 61
Binary 11101110 1100 10001010 0 1011111 101010 111 101000111 1011010 110001

Color Harmonies of #EE0C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C8A

Black with #EE0C8A

Text Example


Text Example

White with #EE0C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C8A; }

 p { color: rgb(238,12,138); }

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

background-color css

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

 a { background-color: rgb(238,12,138); }

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

border-color css

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

 span { border-color: rgb(238,12,138); }

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