#EA95EC

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

Shades of Violet #EA95EC

Tints of Violet #EA95EC

Color information

#EA95EC (or 0xEA95EC) is unknown color: approx Violet. HEX triplet: EA, 95 and EC. RGB value is (234,149,236). Sum of RGB (Red+Green+Blue) = 234+149+236=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95EC is #156A13. Grayscale: #B8B8B8. Windows color (decimal): -1403412 or 15504874. OLE color: 15504874.

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

Color convert

RGB234149236-
CMYK0.010.3700.07
HSL298.62º69.6%75.49%-
HSV(B)298.62º36.86%92.55%-
XYZ59.8245.0484.9-
YUV184.33157.16163.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=37.80%
G=24.07%
B=38.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341492360.010.3700.07298.6269.675.49
HexEA95EC1250712b464b
Octal35222535414507453106113
Binary1110101010010101111011001100101011110010101110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95EC; }

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

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

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

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

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

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

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

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