Html Css Color HEX #EC06D6 Hot Magenta

📋 copy color: '#EC06D6'

red 236 ◦ green 6 ◦ blue 214

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

Shades of Hot Magenta #EC06D6

Tints of Hot Magenta #EC06D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 51.75%
G = 1.32%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC06D6 (or 0xEC06D6) is known color: Hot Magenta. HEX triplet: EC, 06 and D6. RGB value is (236,6,214). Sum of RGB (Red+Green+Blue) = 236+6+214=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06D6 is #13F929. Grayscale: #616161. Windows color (decimal): -1308970 or 14026476. OLE color: 14026476.

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

Color convert

RGB 236 6 214 -
CMYK 0 0.97 0.09 0.07
HSL 305.74º 0.95% 0.47% -
HSV(B) 305.74º 0.97% 0.93% -
XYZ 46.79 22.82 65.56 -
YUV 98.48 193.2 226.09 -
System Red Green Blue C M Y K H S L
Decimal 236 6 214 0 0.97 0.09 0.07 305.74 0.95 0.47
Hex EC 6 D6 0 61 9 7 132 5F 2F
Octal 354 6 326 0 141 11 7 462 137 57
Binary 11101100 110 11010110 0 1100001 1001 111 100110010 1011111 101111

Color Harmonies of #EC06D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06D6

Black with #EC06D6

Text Example


Text Example

White with #EC06D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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