Html Css Color HEX #EE0CDB Hot Magenta

📋 copy color: '#EE0CDB'

red 238 ◦ green 12 ◦ blue 219

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

Shades of Hot Magenta #EE0CDB

Tints of Hot Magenta #EE0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 50.75%
G = 2.56%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE0CDB (or 0xEE0CDB) is known color: Hot Magenta. HEX triplet: EE, 0C and DB. RGB value is (238,12,219). Sum of RGB (Red+Green+Blue) = 238+12+219=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CDB is #11F324. Grayscale: #666666. Windows color (decimal): -1176357 or 14355694. OLE color: 14355694.

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

Color convert

RGB 238 12 219 -
CMYK 0 0.95 0.08 0.07
HSL 305.04º 0.9% 0.49% -
HSV(B) 305.04º 0.95% 0.93% -
XYZ 48.18 23.55 69.03 -
YUV 103.17 193.37 224.17 -
System Red Green Blue C M Y K H S L
Decimal 238 12 219 0 0.95 0.08 0.07 305.04 0.9 0.49
Hex EE C DB 0 5F 8 7 131 5A 31
Octal 356 14 333 0 137 10 7 461 132 61
Binary 11101110 1100 11011011 0 1011111 1000 111 100110001 1011010 110001

Color Harmonies of #EE0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CDB

Black with #EE0CDB

Text Example


Text Example

White with #EE0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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