Html Css Color HEX #EE02CF Hot Magenta

📋 copy color: '#EE02CF'

red 238 ◦ green 2 ◦ blue 207

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

Shades of Hot Magenta #EE02CF

Tints of Hot Magenta #EE02CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 53.24%
G = 0.45%
B = 46.31%

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

#EE02CF (or 0xEE02CF) is known color: Hot Magenta. HEX triplet: EE, 02 and CF. RGB value is (238,2,207). Sum of RGB (Red+Green+Blue) = 238+2+207=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02CF is #11FD30. Grayscale: #5F5F5F. Windows color (decimal): -1178929 or 13566702. OLE color: 13566702.

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

Color convert

RGB 238 2 207 -
CMYK 0 0.99 0.13 0.07
HSL 307.88º 0.98% 0.47% -
HSV(B) 307.88º 0.99% 0.93% -
XYZ 46.54 22.73 60.96 -
YUV 95.93 190.69 229.33 -
System Red Green Blue C M Y K H S L
Decimal 238 2 207 0 0.99 0.13 0.07 307.88 0.98 0.47
Hex EE 2 CF 0 63 D 7 134 62 2F
Octal 356 2 317 0 143 15 7 464 142 57
Binary 11101110 10 11001111 0 1100011 1101 111 100110100 1100010 101111

Color Harmonies of #EE02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02CF

Black with #EE02CF

Text Example


Text Example

White with #EE02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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