Html Css Color HEX #EE00DD Hot Magenta

📋 copy color: '#EE00DD'

red 238 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #EE00DD

Tints of Hot Magenta #EE00DD

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 value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE00DD (or 0xEE00DD) is known color: 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

RGB 238 0 221 -
CMYK 0 1 0.07 0.07
HSL 304.29º 1% 0.47% -
HSV(B) 304.29º 1% 0.93% -
XYZ 48.31 23.4 70.38 -
YUV 96.36 198.35 229.03 -
System Red Green Blue C M Y K H S L
Decimal 238 0 221 0 1 0.07 0.07 304.29 1 0.47
Hex EE 0 DD 0 64 7 7 130 64 2F
Octal 356 0 335 0 144 7 7 460 144 57
Binary 11101110 0 11011101 0 1100100 111 111 100110000 1100100 101111

Color Harmonies of #EE00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00DD

Black with #EE00DD

Text Example


Text Example

White with #EE00DD

Text Example


Text Example

HTML Codes & Css Web 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>