Html Css Color HEX #EE02CA Hot Magenta

📋 copy color: '#EE02CA'

red 238 ◦ green 2 ◦ blue 202

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

Shades of Hot Magenta #EE02CA

Tints of Hot Magenta #EE02CA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 53.85%
G = 0.45%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE02CA (or 0xEE02CA) is known color: Hot Magenta. HEX triplet: EE, 02 and CA. RGB value is (238,2,202). Sum of RGB (Red+Green+Blue) = 238+2+202=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02CA is #11FD35. Grayscale: #5E5E5E. Windows color (decimal): -1178934 or 13239022. OLE color: 13239022.

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

Color convert

RGB 238 2 202 -
CMYK 0 0.99 0.15 0.07
HSL 309.15º 0.98% 0.47% -
HSV(B) 309.15º 0.99% 0.93% -
XYZ 45.94 22.48 57.8 -
YUV 95.36 188.19 229.74 -
System Red Green Blue C M Y K H S L
Decimal 238 2 202 0 0.99 0.15 0.07 309.15 0.98 0.47
Hex EE 2 CA 0 63 F 7 135 62 2F
Octal 356 2 312 0 143 17 7 465 142 57
Binary 11101110 10 11001010 0 1100011 1111 111 100110101 1100010 101111

Color Harmonies of #EE02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02CA

Black with #EE02CA

Text Example


Text Example

White with #EE02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02CA; }

 p { color: rgb(238,2,202); }

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

background-color css

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

 a { background-color: rgb(238,2,202); }

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

border-color css

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

 span { border-color: rgb(238,2,202); }

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