Html Css Color HEX #EE0FD4 Hot Magenta

📋 copy color: '#EE0FD4'

red 238 ◦ green 15 ◦ blue 212

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

Shades of Hot Magenta #EE0FD4

Tints of Hot Magenta #EE0FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 51.18%
G = 3.23%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE0FD4 (or 0xEE0FD4) is known color: Hot Magenta. HEX triplet: EE, 0F and D4. RGB value is (238,15,212). Sum of RGB (Red+Green+Blue) = 238+15+212=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FD4 is #11F02B. Grayscale: #676767. Windows color (decimal): -1175596 or 13897710. OLE color: 13897710.

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

Color convert

RGB 238 15 212 -
CMYK 0 0.94 0.11 0.07
HSL 307º 0.88% 0.5% -
HSV(B) 307º 0.94% 0.93% -
XYZ 47.31 23.27 64.29 -
YUV 104.14 188.88 223.48 -
System Red Green Blue C M Y K H S L
Decimal 238 15 212 0 0.94 0.11 0.07 307 0.88 0.5
Hex EE F D4 0 5E B 7 133 58 32
Octal 356 17 324 0 136 13 7 463 130 62
Binary 11101110 1111 11010100 0 1011110 1011 111 100110011 1011000 110010

Color Harmonies of #EE0FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FD4

Black with #EE0FD4

Text Example


Text Example

White with #EE0FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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