Html Css Color HEX #EE1ADD Hot Magenta

📋 copy color: '#EE1ADD'

red 238 ◦ green 26 ◦ blue 221

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

Shades of Hot Magenta #EE1ADD

Tints of Hot Magenta #EE1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.36%

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

R = 49.07%
G = 5.36%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE1ADD (or 0xEE1ADD) is known color: Hot Magenta. HEX triplet: EE, 1A and DD. RGB value is (238,26,221). Sum of RGB (Red+Green+Blue) = 238+26+221=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ADD is #11E522. Grayscale: #6F6F6F. Windows color (decimal): -1172771 or 14490350. OLE color: 14490350.

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

Color convert

RGB 238 26 221 -
CMYK 0 0.89 0.07 0.07
HSL 304.81º 0.86% 0.52% -
HSV(B) 304.81º 0.89% 0.93% -
XYZ 48.68 24.14 70.5 -
YUV 111.62 189.74 218.14 -
System Red Green Blue C M Y K H S L
Decimal 238 26 221 0 0.89 0.07 0.07 304.81 0.86 0.52
Hex EE 1A DD 0 59 7 7 131 56 34
Octal 356 32 335 0 131 7 7 461 126 64
Binary 11101110 11010 11011101 0 1011001 111 111 100110001 1010110 110100

Color Harmonies of #EE1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ADD

Black with #EE1ADD

Text Example


Text Example

White with #EE1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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