Html Css Color HEX #EC08D2 Hot Magenta

📋 copy color: '#EC08D2'

red 236 ◦ green 8 ◦ blue 210

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

Shades of Hot Magenta #EC08D2

Tints of Hot Magenta #EC08D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 51.98%
G = 1.76%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC08D2 (or 0xEC08D2) is known color: Hot Magenta. HEX triplet: EC, 08 and D2. RGB value is (236,8,210). Sum of RGB (Red+Green+Blue) = 236+8+210=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08D2 is #13F72D. Grayscale: #626262. Windows color (decimal): -1308462 or 13764844. OLE color: 13764844.

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

Color convert

RGB 236 8 210 -
CMYK 0 0.97 0.11 0.07
HSL 306.84º 0.93% 0.48% -
HSV(B) 306.84º 0.97% 0.93% -
XYZ 46.31 22.66 62.91 -
YUV 99.2 190.54 225.57 -
System Red Green Blue C M Y K H S L
Decimal 236 8 210 0 0.97 0.11 0.07 306.84 0.93 0.48
Hex EC 8 D2 0 61 B 7 133 5D 30
Octal 354 10 322 0 141 13 7 463 135 60
Binary 11101100 1000 11010010 0 1100001 1011 111 100110011 1011101 110000

Color Harmonies of #EC08D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08D2

Black with #EC08D2

Text Example


Text Example

White with #EC08D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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