Html Css Color HEX #EC06CF Hot Magenta

📋 copy color: '#EC06CF'

red 236 ◦ green 6 ◦ blue 207

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

Shades of Hot Magenta #EC06CF

Tints of Hot Magenta #EC06CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 52.56%
G = 1.34%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC06CF (or 0xEC06CF) is known color: Hot Magenta. HEX triplet: EC, 06 and CF. RGB value is (236,6,207). Sum of RGB (Red+Green+Blue) = 236+6+207=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06CF is #13F930. Grayscale: #616161. Windows color (decimal): -1308977 or 13567724. OLE color: 13567724.

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

Color convert

RGB 236 6 207 -
CMYK 0 0.97 0.12 0.07
HSL 307.57º 0.95% 0.47% -
HSV(B) 307.57º 0.97% 0.93% -
XYZ 45.92 22.47 60.95 -
YUV 97.68 189.7 226.66 -
System Red Green Blue C M Y K H S L
Decimal 236 6 207 0 0.97 0.12 0.07 307.57 0.95 0.47
Hex EC 6 CF 0 61 C 7 134 5F 2F
Octal 354 6 317 0 141 14 7 464 137 57
Binary 11101100 110 11001111 0 1100001 1100 111 100110100 1011111 101111

Color Harmonies of #EC06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06CF

Black with #EC06CF

Text Example


Text Example

White with #EC06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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