#EC3B81

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

Shades of Violet Red #EC3B81

Tints of Violet Red #EC3B81

Color information

#EC3B81 (or 0xEC3B81) is unknown color: approx Violet Red. HEX triplet: EC, 3B and 81. RGB value is (236,59,129). Sum of RGB (Red+Green+Blue) = 236+59+129=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3B81 is #13C47E. Grayscale: #777777. Windows color (decimal): -1295487 or 8469484. OLE color: 8469484.

HSL color Cylindrical-coordinate representation of color #EC3B81: hue angle of 336.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3B81 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB23659129-
CMYK00.750.450.07
HSL336.27º82.33%57.84%-
HSV(B)336.27º75%92.55%-
XYZ40.1222.5523.01-
YUV119.9133.14210.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.66%
GREEN value IS 59 (23.44% from 255) = 13.92%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=55.66%
G=13.92%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365912900.750.450.07336.2782.3357.84
HexEC3B8104B2D7150523a
Octal35473201011355752012272
Binary1110110011101110000001010010111011011111010100001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3B81; }

 p { color: rgb(236,59,129); }

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

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

 a { background-color: rgb(236,59,129); }

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

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

 span { border-color: rgb(236,59,129); }

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