Html Css Color HEX #EC08CC Hot Magenta

📋 copy color: '#EC08CC'

red 236 ◦ green 8 ◦ blue 204

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

Shades of Hot Magenta #EC08CC

Tints of Hot Magenta #EC08CC

RGB

 RED value IS 236 (92.58% from 255) = 52.68%

 GREEN value IS 8 (3.52% from 255) = 1.79%

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

R = 52.68%
G = 1.79%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC08CC (or 0xEC08CC) is known color: Hot Magenta. HEX triplet: EC, 08 and CC. RGB value is (236,8,204). Sum of RGB (Red+Green+Blue) = 236+8+204=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 8 (3.52% from 255 or 1.79% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08CC is #13F733. Grayscale: #616161. Windows color (decimal): -1308468 or 13371628. OLE color: 13371628.

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

Color convert

RGB 236 8 204 -
CMYK 0 0.97 0.14 0.07
HSL 308.42º 0.93% 0.48% -
HSV(B) 308.42º 0.97% 0.93% -
XYZ 45.58 22.37 59.04 -
YUV 98.52 187.54 226.06 -
System Red Green Blue C M Y K H S L
Decimal 236 8 204 0 0.97 0.14 0.07 308.42 0.93 0.48
Hex EC 8 CC 0 61 E 7 134 5D 30
Octal 354 10 314 0 141 16 7 464 135 60
Binary 11101100 1000 11001100 0 1100001 1110 111 100110100 1011101 110000

Color Harmonies of #EC08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08CC

Black with #EC08CC

Text Example


Text Example

White with #EC08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08CC; }

 p { color: rgb(236,8,204); }

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

background-color css

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

 a { background-color: rgb(236,8,204); }

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

border-color css

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

 span { border-color: rgb(236,8,204); }

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