Html Css Color HEX #EE04E8 Magenta

📋 copy color: '#EE04E8'

red 238 ◦ green 4 ◦ blue 232

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

Shades of Magenta #EE04E8

Tints of Magenta #EE04E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 50.21%
G = 0.84%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE04E8 (or 0xEE04E8) is known color: Magenta. HEX triplet: EE, 04 and E8. RGB value is (238,4,232). Sum of RGB (Red+Green+Blue) = 238+4+232=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE04E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04E8 is #11FB17. Grayscale: #636363. Windows color (decimal): -1178392 or 15205614. OLE color: 15205614.

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

Color convert

RGB 238 4 232 -
CMYK 0 0.98 0.03 0.07
HSL 301.54º 0.97% 0.47% -
HSV(B) 301.54º 0.98% 0.93% -
XYZ 49.87 24.09 78.37 -
YUV 99.96 202.52 226.46 -
System Red Green Blue C M Y K H S L
Decimal 238 4 232 0 0.98 0.03 0.07 301.54 0.97 0.47
Hex EE 4 E8 0 62 3 7 12E 61 2F
Octal 356 4 350 0 142 3 7 456 141 57
Binary 11101110 100 11101000 0 1100010 11 111 100101110 1100001 101111

Color Harmonies of #EE04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE04E8

Black with #EE04E8

Text Example


Text Example

White with #EE04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE04E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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