#EC81EA

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

Shades of Violet #EC81EA

Tints of Violet #EC81EA

Color information

#EC81EA (or 0xEC81EA) is unknown color: approx Violet. HEX triplet: EC, 81 and EA. RGB value is (236,129,234). Sum of RGB (Red+Green+Blue) = 236+129+234=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81EA is #137E15. Grayscale: #ACACAC. Windows color (decimal): -1277462 or 15368684. OLE color: 15368684.

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

Color convert

RGB236129234-
CMYK00.450.010.07
HSL301.12º73.79%71.57%-
HSV(B)301.12º45.34%92.55%-
XYZ57.2939.4782.44-
YUV172.96162.45172.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 129 (50.78% from 255) = 21.54%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=39.40%
G=21.54%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612923400.450.010.07301.1273.7971.57
HexEC81EA02D1712d4a48
Octal35420135205517455112110
Binary1110110010000001111010100101101111110010110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81EA; }

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

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

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

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

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

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

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

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