Html Css Color HEX #EC06C7 Hot Magenta

📋 copy color: '#EC06C7'

red 236 ◦ green 6 ◦ blue 199

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

Shades of Hot Magenta #EC06C7

Tints of Hot Magenta #EC06C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 53.51%
G = 1.36%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC06C7 (or 0xEC06C7) is known color: Hot Magenta. HEX triplet: EC, 06 and C7. RGB value is (236,6,199). Sum of RGB (Red+Green+Blue) = 236+6+199=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06C7 is #13F938. Grayscale: #606060. Windows color (decimal): -1308985 or 13043436. OLE color: 13043436.

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

Color convert

RGB 236 6 199 -
CMYK 0 0.97 0.16 0.07
HSL 309.65º 0.95% 0.47% -
HSV(B) 309.65º 0.97% 0.93% -
XYZ 44.97 22.09 55.93 -
YUV 96.77 185.7 227.31 -
System Red Green Blue C M Y K H S L
Decimal 236 6 199 0 0.97 0.16 0.07 309.65 0.95 0.47
Hex EC 6 C7 0 61 10 7 136 5F 2F
Octal 354 6 307 0 141 20 7 466 137 57
Binary 11101100 110 11000111 0 1100001 10000 111 100110110 1011111 101111

Color Harmonies of #EC06C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06C7

Black with #EC06C7

Text Example


Text Example

White with #EC06C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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