Html Css Color HEX #EE05CC Hot Magenta

📋 copy color: '#EE05CC'

red 238 ◦ green 5 ◦ blue 204

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

Shades of Hot Magenta #EE05CC

Tints of Hot Magenta #EE05CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 53.24%
G = 1.12%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE05CC (or 0xEE05CC) is known color: Hot Magenta. HEX triplet: EE, 05 and CC. RGB value is (238,5,204). Sum of RGB (Red+Green+Blue) = 238+5+204=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05CC is #11FA33. Grayscale: #606060. Windows color (decimal): -1178164 or 13370862. OLE color: 13370862.

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

Color convert

RGB 238 5 204 -
CMYK 0 0.98 0.14 0.07
HSL 308.76º 0.96% 0.48% -
HSV(B) 308.76º 0.98% 0.93% -
XYZ 46.21 22.65 59.06 -
YUV 97.35 188.19 228.32 -
System Red Green Blue C M Y K H S L
Decimal 238 5 204 0 0.98 0.14 0.07 308.76 0.96 0.48
Hex EE 5 CC 0 62 E 7 135 60 30
Octal 356 5 314 0 142 16 7 465 140 60
Binary 11101110 101 11001100 0 1100010 1110 111 100110101 1100000 110000

Color Harmonies of #EE05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05CC

Black with #EE05CC

Text Example


Text Example

White with #EE05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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