Html Css Color HEX #EE04DB Hot Magenta

📋 copy color: '#EE04DB'

red 238 ◦ green 4 ◦ blue 219

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

Shades of Hot Magenta #EE04DB

Tints of Hot Magenta #EE04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

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

R = 51.63%
G = 0.87%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE04DB (or 0xEE04DB) is known color: Hot Magenta. HEX triplet: EE, 04 and DB. RGB value is (238,4,219). Sum of RGB (Red+Green+Blue) = 238+4+219=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE04DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE04DB is #11FB24. Grayscale: #616161. Windows color (decimal): -1178405 or 14353646. OLE color: 14353646.

HSL color Cylindrical-coordinate representation of color #EE04DB: hue angle of 304.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04DB is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 4 219 -
CMYK 0 0.98 0.08 0.07
HSL 304.87º 0.97% 0.47% -
HSV(B) 304.87º 0.98% 0.93% -
XYZ 48.09 23.38 69 -
YUV 98.48 196.02 227.52 -
System Red Green Blue C M Y K H S L
Decimal 238 4 219 0 0.98 0.08 0.07 304.87 0.97 0.47
Hex EE 4 DB 0 62 8 7 131 61 2F
Octal 356 4 333 0 142 10 7 461 141 57
Binary 11101110 100 11011011 0 1100010 1000 111 100110001 1100001 101111

Color Harmonies of #EE04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE04DB

Black with #EE04DB

Text Example


Text Example

White with #EE04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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