Html Css Color HEX #EC06D8 Hot Magenta

📋 copy color: '#EC06D8'

red 236 ◦ green 6 ◦ blue 216

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

Shades of Hot Magenta #EC06D8

Tints of Hot Magenta #EC06D8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.31%

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 51.53%
G = 1.31%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC06D8 (or 0xEC06D8) is known color: Hot Magenta. HEX triplet: EC, 06 and D8. RGB value is (236,6,216). Sum of RGB (Red+Green+Blue) = 236+6+216=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06D8 is #13F927. Grayscale: #626262. Windows color (decimal): -1308968 or 14157548. OLE color: 14157548.

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

Color convert

RGB 236 6 216 -
CMYK 0 0.97 0.08 0.07
HSL 305.22º 0.95% 0.47% -
HSV(B) 305.22º 0.97% 0.93% -
XYZ 47.05 22.92 66.91 -
YUV 98.71 194.2 225.92 -
System Red Green Blue C M Y K H S L
Decimal 236 6 216 0 0.97 0.08 0.07 305.22 0.95 0.47
Hex EC 6 D8 0 61 8 7 131 5F 2F
Octal 354 6 330 0 141 10 7 461 137 57
Binary 11101100 110 11011000 0 1100001 1000 111 100110001 1011111 101111

Color Harmonies of #EC06D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06D8

Black with #EC06D8

Text Example


Text Example

White with #EC06D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06D8; }

 p { color: rgb(236,6,216); }

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

background-color css

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

 a { background-color: rgb(236,6,216); }

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

border-color css

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

 span { border-color: rgb(236,6,216); }

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