#EC81E3

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

Shades of Violet #EC81E3

Tints of Violet #EC81E3

Color information

#EC81E3 (or 0xEC81E3) is unknown color: approx Violet. HEX triplet: EC, 81 and E3. RGB value is (236,129,227). Sum of RGB (Red+Green+Blue) = 236+129+227=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81E3 is #137E1C. Grayscale: #ABABAB. Windows color (decimal): -1277469 or 14909932. OLE color: 14909932.

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

Color convert

RGB236129227-
CMYK00.450.040.07
HSL305.05º73.79%71.57%-
HSV(B)305.05º45.34%92.55%-
XYZ56.3139.0877.25-
YUV172.16158.95173.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 227 (89.06% from 255) = 38.34%
R=39.86%
G=21.79%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612922700.450.040.07305.0573.7971.57
HexEC81E302D471314a48
Octal35420134305547461112110
Binary111011001000000111100011010110110011110011000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81E3; }

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

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

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

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

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

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

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

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