Html Css Color HEX #EE0FD2 Hot Magenta

📋 copy color: '#EE0FD2'

red 238 ◦ green 15 ◦ blue 210

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

Shades of Hot Magenta #EE0FD2

Tints of Hot Magenta #EE0FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.24%

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 51.4%
G = 3.24%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE0FD2 (or 0xEE0FD2) is known color: Hot Magenta. HEX triplet: EE, 0F and D2. RGB value is (238,15,210). Sum of RGB (Red+Green+Blue) = 238+15+210=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FD2 is #11F02D. Grayscale: #676767. Windows color (decimal): -1175598 or 13766638. OLE color: 13766638.

HSL color Cylindrical-coordinate representation of color #EE0FD2: hue angle of 307.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 210 -
CMYK 0 0.94 0.12 0.07
HSL 307.53º 0.88% 0.5% -
HSV(B) 307.53º 0.94% 0.93% -
XYZ 47.06 23.17 62.96 -
YUV 103.91 187.88 223.64 -
System Red Green Blue C M Y K H S L
Decimal 238 15 210 0 0.94 0.12 0.07 307.53 0.88 0.5
Hex EE F D2 0 5E C 7 134 58 32
Octal 356 17 322 0 136 14 7 464 130 62
Binary 11101110 1111 11010010 0 1011110 1100 111 100110100 1011000 110010

Color Harmonies of #EE0FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FD2

Black with #EE0FD2

Text Example


Text Example

White with #EE0FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FD2; }

 p { color: rgb(238,15,210); }

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

background-color css

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

 a { background-color: rgb(238,15,210); }

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

border-color css

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

 span { border-color: rgb(238,15,210); }

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