Html Css Color HEX #EE0EDB Hot Magenta

📋 copy color: '#EE0EDB'

red 238 ◦ green 14 ◦ blue 219

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

Shades of Hot Magenta #EE0EDB

Tints of Hot Magenta #EE0EDB

RGB

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

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

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

R = 50.53%
G = 2.97%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE0EDB (or 0xEE0EDB) is known color: Hot Magenta. HEX triplet: EE, 0E and DB. RGB value is (238,14,219). Sum of RGB (Red+Green+Blue) = 238+14+219=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EDB is #11F124. Grayscale: #676767. Windows color (decimal): -1175845 or 14356206. OLE color: 14356206.

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

Color convert

RGB 238 14 219 -
CMYK 0 0.94 0.08 0.07
HSL 305.09º 0.89% 0.49% -
HSV(B) 305.09º 0.94% 0.93% -
XYZ 48.2 23.61 69.03 -
YUV 104.35 192.71 223.33 -
System Red Green Blue C M Y K H S L
Decimal 238 14 219 0 0.94 0.08 0.07 305.09 0.89 0.49
Hex EE E DB 0 5E 8 7 131 59 31
Octal 356 16 333 0 136 10 7 461 131 61
Binary 11101110 1110 11011011 0 1011110 1000 111 100110001 1011001 110001

Color Harmonies of #EE0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EDB

Black with #EE0EDB

Text Example


Text Example

White with #EE0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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