Html Css Color HEX #EC0CDF Hot Magenta

📋 copy color: '#EC0CDF'

red 236 ◦ green 12 ◦ blue 223

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

Shades of Hot Magenta #EC0CDF

Tints of Hot Magenta #EC0CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.55%

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 50.11%
G = 2.55%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC0CDF (or 0xEC0CDF) is known color: Hot Magenta. HEX triplet: EC, 0C and DF. RGB value is (236,12,223). Sum of RGB (Red+Green+Blue) = 236+12+223=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CDF is #13F320. Grayscale: #666666. Windows color (decimal): -1307425 or 14617836. OLE color: 14617836.

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

Color convert

RGB 236 12 223 -
CMYK 0 0.95 0.06 0.07
HSL 303.48º 0.9% 0.49% -
HSV(B) 303.48º 0.95% 0.93% -
XYZ 48.04 23.42 71.8 -
YUV 103.03 195.71 222.84 -
System Red Green Blue C M Y K H S L
Decimal 236 12 223 0 0.95 0.06 0.07 303.48 0.9 0.49
Hex EC C DF 0 5F 6 7 12F 5A 31
Octal 354 14 337 0 137 6 7 457 132 61
Binary 11101100 1100 11011111 0 1011111 110 111 100101111 1011010 110001

Color Harmonies of #EC0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CDF

Black with #EC0CDF

Text Example


Text Example

White with #EC0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CDF; }

 p { color: rgb(236,12,223); }

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

background-color css

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

 a { background-color: rgb(236,12,223); }

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

border-color css

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

 span { border-color: rgb(236,12,223); }

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