Html Css Color HEX #EC07D7 Hot Magenta

📋 copy color: '#EC07D7'

red 236 ◦ green 7 ◦ blue 215

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

Shades of Hot Magenta #EC07D7

Tints of Hot Magenta #EC07D7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 51.53%
G = 1.53%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC07D7 (or 0xEC07D7) is known color: Hot Magenta. HEX triplet: EC, 07 and D7. RGB value is (236,7,215). Sum of RGB (Red+Green+Blue) = 236+7+215=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07D7 is #13F828. Grayscale: #626262. Windows color (decimal): -1308713 or 14092268. OLE color: 14092268.

HSL color Cylindrical-coordinate representation of color #EC07D7: hue angle of 305.5º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07D7 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 215 -
CMYK 0 0.97 0.09 0.07
HSL 305.5º 0.94% 0.48% -
HSV(B) 305.5º 0.97% 0.93% -
XYZ 46.93 22.89 66.23 -
YUV 99.18 193.37 225.59 -
System Red Green Blue C M Y K H S L
Decimal 236 7 215 0 0.97 0.09 0.07 305.5 0.94 0.48
Hex EC 7 D7 0 61 9 7 132 5E 30
Octal 354 7 327 0 141 11 7 462 136 60
Binary 11101100 111 11010111 0 1100001 1001 111 100110010 1011110 110000

Color Harmonies of #EC07D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07D7

Black with #EC07D7

Text Example


Text Example

White with #EC07D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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