#EC1CEB

Color #EC1CEB Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #EC1CEB

Tints of Magenta #EC1CEB

Color information

#EC1CEB (or 0xEC1CEB) is unknown color: approx Magenta. HEX triplet: EC, 1C and EB. RGB value is (236,28,235). Sum of RGB (Red+Green+Blue) = 236+28+235=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CEB is #13E314. Grayscale: #717171. Windows color (decimal): -1303317 or 15408364. OLE color: 15408364.

HSL color Cylindrical-coordinate representation of color #EC1CEB: hue angle of 300.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CEB is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB23628235-
CMYK00.880.000.07
HSL300.29º84.55%51.76%-
HSV(B)300.29º88.14%92.55%-
XYZ5024.6680.72-
YUV113.79196.41215.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 28 (11.33% from 255) = 5.61%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=47.29%
G=5.61%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362823500.880.000.07300.2984.5551.76
HexEC1CEB0580712c5534
Octal3543435301300745412564
Binary1110110011100111010110101100001111001011001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1CEB; }

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

 H1.HeaderClassName
 {
   color: #EC1CEB;
 }
 .AnyTagClassName
 {
   color: #EC1CEB;
 }
</style>
background-color css

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

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

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

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

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

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