#EE00DD

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

Shades of Hot Magenta #EE00DD

Tints of Hot Magenta #EE00DD

Color information

#EE00DD (or 0xEE00DD) is unknown color: approx Hot Magenta. HEX triplet: EE, 00 and DD. RGB value is (238,0,221). Sum of RGB (Red+Green+Blue) = 238+0+221=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00DD is #11FF22. Grayscale: #5F5F5F. Windows color (decimal): -1179427 or 14483694. OLE color: 14483694.

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

Color convert

RGB2380221-
CMYK010.070.07
HSL304.29º100%46.67%-
HSV(B)304.29º100%93.33%-
XYZ48.3123.470.38-
YUV96.36198.35229.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=51.85%
G=0%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380221010.070.07304.2910046.67
HexEE0DD06477130642f
Octal356033501447746014457
Binary11101110011011101011001001111111001100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE00DD; }

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

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

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

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

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

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

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

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