Html Css Color HEX #EC07D0 Hot Magenta

📋 copy color: '#EC07D0'

red 236 ◦ green 7 ◦ blue 208

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

Shades of Hot Magenta #EC07D0

Tints of Hot Magenta #EC07D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 52.33%
G = 1.55%
B = 46.12%

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

#EC07D0 (or 0xEC07D0) is known color: Hot Magenta. HEX triplet: EC, 07 and D0. RGB value is (236,7,208). Sum of RGB (Red+Green+Blue) = 236+7+208=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07D0 is #13F82F. Grayscale: #616161. Windows color (decimal): -1308720 or 13633516. OLE color: 13633516.

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

Color convert

RGB 236 7 208 -
CMYK 0 0.97 0.12 0.07
HSL 307.34º 0.94% 0.48% -
HSV(B) 307.34º 0.97% 0.93% -
XYZ 46.05 22.54 61.6 -
YUV 98.39 189.87 226.16 -
System Red Green Blue C M Y K H S L
Decimal 236 7 208 0 0.97 0.12 0.07 307.34 0.94 0.48
Hex EC 7 D0 0 61 C 7 133 5E 30
Octal 354 7 320 0 141 14 7 463 136 60
Binary 11101100 111 11010000 0 1100001 1100 111 100110011 1011110 110000

Color Harmonies of #EC07D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07D0

Black with #EC07D0

Text Example


Text Example

White with #EC07D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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