#EC93E7

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

Shades of Violet #EC93E7

Tints of Violet #EC93E7

Color information

#EC93E7 (or 0xEC93E7) is unknown color: approx Violet. HEX triplet: EC, 93 and E7. RGB value is (236,147,231). Sum of RGB (Red+Green+Blue) = 236+147+231=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93E7 is #136C18. Grayscale: #B6B6B6. Windows color (decimal): -1272857 or 15176684. OLE color: 15176684.

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

Color convert

RGB236147231-
CMYK00.380.020.07
HSL303.37º70.08%75.1%-
HSV(B)303.37º37.71%92.55%-
XYZ59.4544.4781.05-
YUV183.19154.99165.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 231 (90.62% from 255) = 37.62%
R=38.44%
G=23.94%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614723100.380.020.07303.3770.0875.1
HexEC93E70262712f464b
Octal35422334704627457106113
Binary11101100100100111110011101001101011110010111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC93E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC93E7; }

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

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

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

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

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

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

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

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