Html Css Color HEX #EC06CC Hot Magenta

📋 copy color: '#EC06CC'

red 236 ◦ green 6 ◦ blue 204

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

Shades of Hot Magenta #EC06CC

Tints of Hot Magenta #EC06CC

RGB

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

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

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

R = 52.91%
G = 1.35%
B = 45.74%

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

#EC06CC (or 0xEC06CC) is known color: Hot Magenta. HEX triplet: EC, 06 and CC. RGB value is (236,6,204). Sum of RGB (Red+Green+Blue) = 236+6+204=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06CC is #13F933. Grayscale: #606060. Windows color (decimal): -1308980 or 13371116. OLE color: 13371116.

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

Color convert

RGB 236 6 204 -
CMYK 0 0.97 0.14 0.07
HSL 308.35º 0.95% 0.47% -
HSV(B) 308.35º 0.97% 0.93% -
XYZ 45.56 22.32 59.03 -
YUV 97.34 188.2 226.9 -
System Red Green Blue C M Y K H S L
Decimal 236 6 204 0 0.97 0.14 0.07 308.35 0.95 0.47
Hex EC 6 CC 0 61 E 7 134 5F 2F
Octal 354 6 314 0 141 16 7 464 137 57
Binary 11101100 110 11001100 0 1100001 1110 111 100110100 1011111 101111

Color Harmonies of #EC06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06CC

Black with #EC06CC

Text Example


Text Example

White with #EC06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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