#EE00D5

Color #EE00D5 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EE00D5

Tints of Hot Magenta #EE00D5

Color information

#EE00D5 (or 0xEE00D5) is unknown color: approx Hot Magenta. HEX triplet: EE, 00 and D5. RGB value is (238,0,213). Sum of RGB (Red+Green+Blue) = 238+0+213=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00D5 is #11FF2A. Grayscale: #5E5E5E. Windows color (decimal): -1179435 or 13959406. OLE color: 13959406.

HSL color Cylindrical-coordinate representation of color #EE00D5: hue angle of 306.3º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00D5 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB2380213-
CMYK010.110.07
HSL306.3º100%46.67%-
HSV(B)306.3º100%93.33%-
XYZ47.2722.9864.9-
YUV95.44194.35229.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 213 (83.59% from 255) = 47.23%
R=52.77%
G=0%
B=47.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380213010.110.07306.310046.67
HexEE0D5064B7132642f
Octal3560325014413746214457
Binary111011100110101010110010010111111001100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE00D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE00D5; }

 p { color: rgb(238,0,213); }

 H1.HeaderClassName
 {
   color: #EE00D5;
 }
 .AnyTagClassName
 {
   color: #EE00D5;
 }
</style>
background-color css

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

 a { background-color: rgb(238,0,213); }

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

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

 span { border-color: rgb(238,0,213); }

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