#EC96E9

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

Shades of Violet #EC96E9

Tints of Violet #EC96E9

Color information

#EC96E9 (or 0xEC96E9) is unknown color: approx Violet. HEX triplet: EC, 96 and E9. RGB value is (236,150,233). Sum of RGB (Red+Green+Blue) = 236+150+233=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96E9 is #136916. Grayscale: #B8B8B8. Windows color (decimal): -1272087 or 15308524. OLE color: 15308524.

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

Color convert

RGB236150233-
CMYK00.360.010.07
HSL302.09º69.35%75.69%-
HSV(B)302.09º36.44%92.55%-
XYZ60.2145.5382.71-
YUV185.18154.99164.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=38.13%
G=24.23%
B=37.64%

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
Decimal23615023300.360.010.07302.0969.3575.69
HexEC96E90241712e454c
Octal35422635104417456105114
Binary1110110010010110111010010100100111110010111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96E9; }

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

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

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

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

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

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

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

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