Html Css Color HEX #EE0DDD Hot Magenta

📋 copy color: '#EE0DDD'

red 238 ◦ green 13 ◦ blue 221

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

Shades of Hot Magenta #EE0DDD

Tints of Hot Magenta #EE0DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.75%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 50.42%
G = 2.75%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE0DDD (or 0xEE0DDD) is known color: Hot Magenta. HEX triplet: EE, 0D and DD. RGB value is (238,13,221). Sum of RGB (Red+Green+Blue) = 238+13+221=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DDD is #11F222. Grayscale: #676767. Windows color (decimal): -1176099 or 14487022. OLE color: 14487022.

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

Color convert

RGB 238 13 221 -
CMYK 0 0.95 0.07 0.07
HSL 304.53º 0.9% 0.49% -
HSV(B) 304.53º 0.95% 0.93% -
XYZ 48.45 23.69 70.42 -
YUV 103.99 194.04 223.59 -
System Red Green Blue C M Y K H S L
Decimal 238 13 221 0 0.95 0.07 0.07 304.53 0.9 0.49
Hex EE D DD 0 5F 7 7 131 5A 31
Octal 356 15 335 0 137 7 7 461 132 61
Binary 11101110 1101 11011101 0 1011111 111 111 100110001 1011010 110001

Color Harmonies of #EE0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DDD

Black with #EE0DDD

Text Example


Text Example

White with #EE0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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