Html Css Color HEX #EC07CE Hot Magenta

📋 copy color: '#EC07CE'

red 236 ◦ green 7 ◦ blue 206

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

Shades of Hot Magenta #EC07CE

Tints of Hot Magenta #EC07CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 52.56%
G = 1.56%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC07CE (or 0xEC07CE) is known color: Hot Magenta. HEX triplet: EC, 07 and CE. RGB value is (236,7,206). Sum of RGB (Red+Green+Blue) = 236+7+206=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07CE is #13F831. Grayscale: #616161. Windows color (decimal): -1308722 or 13502444. OLE color: 13502444.

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

Color convert

RGB 236 7 206 -
CMYK 0 0.97 0.13 0.07
HSL 307.86º 0.94% 0.48% -
HSV(B) 307.86º 0.97% 0.93% -
XYZ 45.81 22.44 60.31 -
YUV 98.16 188.87 226.32 -
System Red Green Blue C M Y K H S L
Decimal 236 7 206 0 0.97 0.13 0.07 307.86 0.94 0.48
Hex EC 7 CE 0 61 D 7 134 5E 30
Octal 354 7 316 0 141 15 7 464 136 60
Binary 11101100 111 11001110 0 1100001 1101 111 100110100 1011110 110000

Color Harmonies of #EC07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07CE

Black with #EC07CE

Text Example


Text Example

White with #EC07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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