Html Css Color HEX #EC02C7 Hot Magenta

📋 copy color: '#EC02C7'

red 236 ◦ green 2 ◦ blue 199

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

Shades of Hot Magenta #EC02C7

Tints of Hot Magenta #EC02C7

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 54%
G = 0.46%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC02C7 (or 0xEC02C7) is known color: Hot Magenta. HEX triplet: EC, 02 and C7. RGB value is (236,2,199). Sum of RGB (Red+Green+Blue) = 236+2+199=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02C7 is #13FD38. Grayscale: #5D5D5D. Windows color (decimal): -1310009 or 13042412. OLE color: 13042412.

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

Color convert

RGB 236 2 199 -
CMYK 0 0.99 0.16 0.07
HSL 309.49º 0.98% 0.47% -
HSV(B) 309.49º 0.99% 0.93% -
XYZ 44.92 22 55.91 -
YUV 94.42 187.02 228.98 -
System Red Green Blue C M Y K H S L
Decimal 236 2 199 0 0.99 0.16 0.07 309.49 0.98 0.47
Hex EC 2 C7 0 63 10 7 135 62 2F
Octal 354 2 307 0 143 20 7 465 142 57
Binary 11101100 10 11000111 0 1100011 10000 111 100110101 1100010 101111

Color Harmonies of #EC02C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02C7

Black with #EC02C7

Text Example


Text Example

White with #EC02C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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