Html Css Color HEX #EC0BD4 Hot Magenta

📋 copy color: '#EC0BD4'

red 236 ◦ green 11 ◦ blue 212

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

Shades of Hot Magenta #EC0BD4

Tints of Hot Magenta #EC0BD4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.4%

 BLUE value IS 212 (83.2% from 255) = 46.19%

R = 51.42%
G = 2.4%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC0BD4 (or 0xEC0BD4) is known color: Hot Magenta. HEX triplet: EC, 0B and D4. RGB value is (236,11,212). Sum of RGB (Red+Green+Blue) = 236+11+212=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BD4 is #13F42B. Grayscale: #646464. Windows color (decimal): -1307692 or 13896684. OLE color: 13896684.

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

Color convert

RGB 236 11 212 -
CMYK 0 0.95 0.10 0.07
HSL 306.4º 0.91% 0.48% -
HSV(B) 306.4º 0.95% 0.93% -
XYZ 46.6 22.83 64.24 -
YUV 101.19 190.54 224.16 -
System Red Green Blue C M Y K H S L
Decimal 236 11 212 0 0.95 0.10 0.07 306.4 0.91 0.48
Hex EC B D4 0 5F A 7 132 5B 30
Octal 354 13 324 0 137 12 7 462 133 60
Binary 11101100 1011 11010100 0 1011111 1010 111 100110010 1011011 110000

Color Harmonies of #EC0BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0BD4

Black with #EC0BD4

Text Example


Text Example

White with #EC0BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0BD4; }

 p { color: rgb(236,11,212); }

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

background-color css

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

 a { background-color: rgb(236,11,212); }

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

border-color css

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

 span { border-color: rgb(236,11,212); }

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