#EC93E9

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

Shades of Violet #EC93E9

Tints of Violet #EC93E9

Color information

#EC93E9 (or 0xEC93E9) is unknown color: approx Violet. HEX triplet: EC, 93 and E9. RGB value is (236,147,233). Sum of RGB (Red+Green+Blue) = 236+147+233=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93E9 is #136C16. Grayscale: #B7B7B7. Windows color (decimal): -1272855 or 15307756. OLE color: 15307756.

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

Color convert

RGB236147233-
CMYK00.380.010.07
HSL302.02º70.08%75.1%-
HSV(B)302.02º37.71%92.55%-
XYZ59.7344.5882.55-
YUV183.42155.99165.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 147 (57.81% from 255) = 23.86%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=38.31%
G=23.86%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614723300.380.010.07302.0270.0875.1
HexEC93E90261712e464b
Octal35422335104617456106113
Binary1110110010010011111010010100110111110010111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC93E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC93E9; }

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

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

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

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

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

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

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

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