Html Css Color HEX #EC07D3 Hot Magenta

📋 copy color: '#EC07D3'

red 236 ◦ green 7 ◦ blue 211

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

Shades of Hot Magenta #EC07D3

Tints of Hot Magenta #EC07D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 51.98%
G = 1.54%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC07D3 (or 0xEC07D3) is known color: Hot Magenta. HEX triplet: EC, 07 and D3. RGB value is (236,7,211). Sum of RGB (Red+Green+Blue) = 236+7+211=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07D3 is #13F82C. Grayscale: #626262. Windows color (decimal): -1308717 or 13830124. OLE color: 13830124.

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

Color convert

RGB 236 7 211 -
CMYK 0 0.97 0.11 0.07
HSL 306.55º 0.94% 0.48% -
HSV(B) 306.55º 0.97% 0.93% -
XYZ 46.43 22.69 63.56 -
YUV 98.73 191.37 225.91 -
System Red Green Blue C M Y K H S L
Decimal 236 7 211 0 0.97 0.11 0.07 306.55 0.94 0.48
Hex EC 7 D3 0 61 B 7 133 5E 30
Octal 354 7 323 0 141 13 7 463 136 60
Binary 11101100 111 11010011 0 1100001 1011 111 100110011 1011110 110000

Color Harmonies of #EC07D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07D3

Black with #EC07D3

Text Example


Text Example

White with #EC07D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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