Html Css Color HEX #EE03DF Hot Magenta

📋 copy color: '#EE03DF'

red 238 ◦ green 3 ◦ blue 223

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

Shades of Hot Magenta #EE03DF

Tints of Hot Magenta #EE03DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 51.29%
G = 0.65%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE03DF (or 0xEE03DF) is known color: Hot Magenta. HEX triplet: EE, 03 and DF. RGB value is (238,3,223). Sum of RGB (Red+Green+Blue) = 238+3+223=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03DF is #11FC20. Grayscale: #616161. Windows color (decimal): -1178657 or 14615534. OLE color: 14615534.

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

Color convert

RGB 238 3 223 -
CMYK 0 0.99 0.06 0.07
HSL 303.83º 0.98% 0.47% -
HSV(B) 303.83º 0.99% 0.93% -
XYZ 48.61 23.57 71.8 -
YUV 98.35 198.36 227.61 -
System Red Green Blue C M Y K H S L
Decimal 238 3 223 0 0.99 0.06 0.07 303.83 0.98 0.47
Hex EE 3 DF 0 63 6 7 130 62 2F
Octal 356 3 337 0 143 6 7 460 142 57
Binary 11101110 11 11011111 0 1100011 110 111 100110000 1100010 101111

Color Harmonies of #EE03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE03DF

Black with #EE03DF

Text Example


Text Example

White with #EE03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE03DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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