Html Css Color HEX #EC0CEB Magenta

📋 copy color: '#EC0CEB'

red 236 ◦ green 12 ◦ blue 235

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

Shades of Magenta #EC0CEB

Tints of Magenta #EC0CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 48.86%
G = 2.48%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC0CEB (or 0xEC0CEB) is known color: Magenta. HEX triplet: EC, 0C and EB. RGB value is (236,12,235). Sum of RGB (Red+Green+Blue) = 236+12+235=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CEB is #13F314. Grayscale: #676767. Windows color (decimal): -1307413 or 15404268. OLE color: 15404268.

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

Color convert

RGB 236 12 235 -
CMYK 0 0.95 0.00 0.07
HSL 300.27º 0.9% 0.49% -
HSV(B) 300.27º 0.95% 0.93% -
XYZ 49.72 24.09 80.63 -
YUV 104.4 201.71 221.87 -
System Red Green Blue C M Y K H S L
Decimal 236 12 235 0 0.95 0.00 0.07 300.27 0.9 0.49
Hex EC C EB 0 5F 0 7 12C 5A 31
Octal 354 14 353 0 137 0 7 454 132 61
Binary 11101100 1100 11101011 0 1011111 0 111 100101100 1011010 110001

Color Harmonies of #EC0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CEB

Black with #EC0CEB

Text Example


Text Example

White with #EC0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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