Html Css Color HEX #EE02CE Hot Magenta

📋 copy color: '#EE02CE'

red 238 ◦ green 2 ◦ blue 206

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

Shades of Hot Magenta #EE02CE

Tints of Hot Magenta #EE02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 53.36%
G = 0.45%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE02CE (or 0xEE02CE) is known color: Hot Magenta. HEX triplet: EE, 02 and CE. RGB value is (238,2,206). Sum of RGB (Red+Green+Blue) = 238+2+206=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02CE is #11FD31. Grayscale: #5F5F5F. Windows color (decimal): -1178930 or 13501166. OLE color: 13501166.

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

Color convert

RGB 238 2 206 -
CMYK 0 0.99 0.13 0.07
HSL 308.14º 0.98% 0.47% -
HSV(B) 308.14º 0.99% 0.93% -
XYZ 46.42 22.68 60.32 -
YUV 95.82 190.19 229.41 -
System Red Green Blue C M Y K H S L
Decimal 238 2 206 0 0.99 0.13 0.07 308.14 0.98 0.47
Hex EE 2 CE 0 63 D 7 134 62 2F
Octal 356 2 316 0 143 15 7 464 142 57
Binary 11101110 10 11001110 0 1100011 1101 111 100110100 1100010 101111

Color Harmonies of #EE02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02CE

Black with #EE02CE

Text Example


Text Example

White with #EE02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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