Html Css Color HEX #EC02D7 Hot Magenta

📋 copy color: '#EC02D7'

red 236 ◦ green 2 ◦ blue 215

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

Shades of Hot Magenta #EC02D7

Tints of Hot Magenta #EC02D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.46%

R = 52.1%
G = 0.44%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC02D7 (or 0xEC02D7) is known color: Hot Magenta. HEX triplet: EC, 02 and D7. RGB value is (236,2,215). Sum of RGB (Red+Green+Blue) = 236+2+215=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02D7 is #13FD28. Grayscale: #5F5F5F. Windows color (decimal): -1309993 or 14090988. OLE color: 14090988.

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

Color convert

RGB 236 2 215 -
CMYK 0 0.99 0.09 0.07
HSL 305.38º 0.98% 0.47% -
HSV(B) 305.38º 0.99% 0.93% -
XYZ 46.88 22.78 66.22 -
YUV 96.25 195.02 227.68 -
System Red Green Blue C M Y K H S L
Decimal 236 2 215 0 0.99 0.09 0.07 305.38 0.98 0.47
Hex EC 2 D7 0 63 9 7 131 62 2F
Octal 354 2 327 0 143 11 7 461 142 57
Binary 11101100 10 11010111 0 1100011 1001 111 100110001 1100010 101111

Color Harmonies of #EC02D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02D7

Black with #EC02D7

Text Example


Text Example

White with #EC02D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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