#EC96EA

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

Shades of Violet #EC96EA

Tints of Violet #EC96EA

Color information

#EC96EA (or 0xEC96EA) is unknown color: approx Violet. HEX triplet: EC, 96 and EA. RGB value is (236,150,234). Sum of RGB (Red+Green+Blue) = 236+150+234=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96EA is #136915. Grayscale: #B9B9B9. Windows color (decimal): -1272086 or 15374060. OLE color: 15374060.

HSL color Cylindrical-coordinate representation of color #EC96EA: hue angle of 301.4º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96EA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236150234-
CMYK00.360.010.07
HSL301.4º69.35%75.69%-
HSV(B)301.4º36.44%92.55%-
XYZ60.3545.5983.46-
YUV185.29155.49164.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 150 (58.98% from 255) = 24.19%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=38.06%
G=24.19%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615023400.360.010.07301.469.3575.69
HexEC96EA0241712d454c
Octal35422635204417455105114
Binary1110110010010110111010100100100111110010110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96EA; }

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

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

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

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

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

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

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

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