Html Css Color HEX #EE05C8 Hot Magenta

📋 copy color: '#EE05C8'

red 238 ◦ green 5 ◦ blue 200

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

Shades of Hot Magenta #EE05C8

Tints of Hot Magenta #EE05C8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

 BLUE value IS 200 (78.52% from 255) = 45.15%

R = 53.72%
G = 1.13%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE05C8 (or 0xEE05C8) is known color: Hot Magenta. HEX triplet: EE, 05 and C8. RGB value is (238,5,200). Sum of RGB (Red+Green+Blue) = 238+5+200=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05C8 is #11FA37. Grayscale: #606060. Windows color (decimal): -1178168 or 13108718. OLE color: 13108718.

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

Color convert

RGB 238 5 200 -
CMYK 0 0.98 0.16 0.07
HSL 309.79º 0.96% 0.48% -
HSV(B) 309.79º 0.98% 0.93% -
XYZ 45.74 22.46 56.57 -
YUV 96.9 186.19 228.64 -
System Red Green Blue C M Y K H S L
Decimal 238 5 200 0 0.98 0.16 0.07 309.79 0.96 0.48
Hex EE 5 C8 0 62 10 7 136 60 30
Octal 356 5 310 0 142 20 7 466 140 60
Binary 11101110 101 11001000 0 1100010 10000 111 100110110 1100000 110000

Color Harmonies of #EE05C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05C8

Black with #EE05C8

Text Example


Text Example

White with #EE05C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05C8; }

 p { color: rgb(238,5,200); }

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

background-color css

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

 a { background-color: rgb(238,5,200); }

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

border-color css

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

 span { border-color: rgb(238,5,200); }

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