Html Css Color HEX #EE03D1 Hot Magenta

📋 copy color: '#EE03D1'

red 238 ◦ green 3 ◦ blue 209

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

Shades of Hot Magenta #EE03D1

Tints of Hot Magenta #EE03D1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

 BLUE value IS 209 (82.03% from 255) = 46.44%

R = 52.89%
G = 0.67%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE03D1 (or 0xEE03D1) is known color: Hot Magenta. HEX triplet: EE, 03 and D1. RGB value is (238,3,209). Sum of RGB (Red+Green+Blue) = 238+3+209=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03D1 is #11FC2E. Grayscale: #606060. Windows color (decimal): -1178671 or 13698030. OLE color: 13698030.

HSL color Cylindrical-coordinate representation of color #EE03D1: hue angle of 307.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03D1 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 3 209 -
CMYK 0 0.99 0.12 0.07
HSL 307.4º 0.98% 0.47% -
HSV(B) 307.4º 0.99% 0.93% -
XYZ 46.8 22.85 62.26 -
YUV 96.75 191.36 228.75 -
System Red Green Blue C M Y K H S L
Decimal 238 3 209 0 0.99 0.12 0.07 307.4 0.98 0.47
Hex EE 3 D1 0 63 C 7 133 62 2F
Octal 356 3 321 0 143 14 7 463 142 57
Binary 11101110 11 11010001 0 1100011 1100 111 100110011 1100010 101111

Color Harmonies of #EE03D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE03D1

Black with #EE03D1

Text Example


Text Example

White with #EE03D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE03D1; }

 p { color: rgb(238,3,209); }

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

background-color css

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

 a { background-color: rgb(238,3,209); }

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

border-color css

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

 span { border-color: rgb(238,3,209); }

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