Html Css Color HEX #EE0ADD Hot Magenta

📋 copy color: '#EE0ADD'

red 238 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #EE0ADD

Tints of Hot Magenta #EE0ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.13%

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

R = 50.75%
G = 2.13%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE0ADD (or 0xEE0ADD) is known color: Hot Magenta. HEX triplet: EE, 0A and DD. RGB value is (238,10,221). Sum of RGB (Red+Green+Blue) = 238+10+221=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ADD is #11F522. Grayscale: #656565. Windows color (decimal): -1176867 or 14486254. OLE color: 14486254.

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

Color convert

RGB 238 10 221 -
CMYK 0 0.96 0.07 0.07
HSL 304.47º 0.92% 0.49% -
HSV(B) 304.47º 0.96% 0.93% -
XYZ 48.42 23.61 70.41 -
YUV 102.23 195.04 224.84 -
System Red Green Blue C M Y K H S L
Decimal 238 10 221 0 0.96 0.07 0.07 304.47 0.92 0.49
Hex EE A DD 0 60 7 7 130 5C 31
Octal 356 12 335 0 140 7 7 460 134 61
Binary 11101110 1010 11011101 0 1100000 111 111 100110000 1011100 110001

Color Harmonies of #EE0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0ADD

Black with #EE0ADD

Text Example


Text Example

White with #EE0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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