Html Css Color HEX #EE00D5 Hot Magenta

📋 copy color: '#EE00D5'

red 238 ◦ green 0 ◦ blue 213

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

Shades of Hot Magenta #EE00D5

Tints of Hot Magenta #EE00D5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 52.77%
G = 0%
B = 47.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE00D5 (or 0xEE00D5) is known color: Hot Magenta. HEX triplet: EE, 00 and D5. RGB value is (238,0,213). Sum of RGB (Red+Green+Blue) = 238+0+213=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00D5 is #11FF2A. Grayscale: #5E5E5E. Windows color (decimal): -1179435 or 13959406. OLE color: 13959406.

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

Color convert

RGB 238 0 213 -
CMYK 0 1 0.11 0.07
HSL 306.3º 1% 0.47% -
HSV(B) 306.3º 1% 0.93% -
XYZ 47.27 22.98 64.9 -
YUV 95.44 194.35 229.68 -
System Red Green Blue C M Y K H S L
Decimal 238 0 213 0 1 0.11 0.07 306.3 1 0.47
Hex EE 0 D5 0 64 B 7 132 64 2F
Octal 356 0 325 0 144 13 7 462 144 57
Binary 11101110 0 11010101 0 1100100 1011 111 100110010 1100100 101111

Color Harmonies of #EE00D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00D5

Black with #EE00D5

Text Example


Text Example

White with #EE00D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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