Html Css Color HEX #EE02DA Hot Magenta

📋 copy color: '#EE02DA'

red 238 ◦ green 2 ◦ blue 218

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

Shades of Hot Magenta #EE02DA

Tints of Hot Magenta #EE02DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 51.97%
G = 0.44%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE02DA (or 0xEE02DA) is known color: Hot Magenta. HEX triplet: EE, 02 and DA. RGB value is (238,2,218). Sum of RGB (Red+Green+Blue) = 238+2+218=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 2 (1.17% from 255 or 0.44% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02DA is #11FD25. Grayscale: #606060. Windows color (decimal): -1178918 or 14287598. OLE color: 14287598.

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

Color convert

RGB 238 2 218 -
CMYK 0 0.99 0.08 0.07
HSL 305.08º 0.98% 0.47% -
HSV(B) 305.08º 0.99% 0.93% -
XYZ 47.94 23.28 68.3 -
YUV 97.19 196.19 228.44 -
System Red Green Blue C M Y K H S L
Decimal 238 2 218 0 0.99 0.08 0.07 305.08 0.98 0.47
Hex EE 2 DA 0 63 8 7 131 62 2F
Octal 356 2 332 0 143 10 7 461 142 57
Binary 11101110 10 11011010 0 1100011 1000 111 100110001 1100010 101111

Color Harmonies of #EE02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02DA

Black with #EE02DA

Text Example


Text Example

White with #EE02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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