Html Css Color HEX #EE0C8B Deep Pink

📋 copy color: '#EE0C8B'

red 238 ◦ green 12 ◦ blue 139

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

Shades of Deep Pink #EE0C8B

Tints of Deep Pink #EE0C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 61.18%
G = 3.08%
B = 35.73%

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

#EE0C8B (or 0xEE0C8B) is known color: Deep Pink. HEX triplet: EE, 0C and 8B. RGB value is (238,12,139). Sum of RGB (Red+Green+Blue) = 238+12+139=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0C8B is #11F374. Grayscale: #5D5D5D. Windows color (decimal): -1176437 or 9112814. OLE color: 9112814.

HSL color Cylindrical-coordinate representation of color #EE0C8B: hue angle of 326.28º 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 #EE0C8B is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 12 139 -
CMYK 0 0.95 0.42 0.07
HSL 326.28º 0.9% 0.49% -
HSV(B) 326.28º 0.95% 0.93% -
XYZ 40.05 20.3 26.23 -
YUV 94.05 153.37 230.67 -
System Red Green Blue C M Y K H S L
Decimal 238 12 139 0 0.95 0.42 0.07 326.28 0.9 0.49
Hex EE C 8B 0 5F 2A 7 146 5A 31
Octal 356 14 213 0 137 52 7 506 132 61
Binary 11101110 1100 10001011 0 1011111 101010 111 101000110 1011010 110001

Color Harmonies of #EE0C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C8B

Black with #EE0C8B

Text Example


Text Example

White with #EE0C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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