#EA95F6

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

Shades of Violet #EA95F6

Tints of Violet #EA95F6

Color information

#EA95F6 (or 0xEA95F6) is unknown color: approx Violet. HEX triplet: EA, 95 and F6. RGB value is (234,149,246). Sum of RGB (Red+Green+Blue) = 234+149+246=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA95F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95F6 is #156A09. Grayscale: #B9B9B9. Windows color (decimal): -1403402 or 16160234. OLE color: 16160234.

HSL color Cylindrical-coordinate representation of color #EA95F6: hue angle of 292.58º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA95F6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234149246-
CMYK0.050.3900.04
HSL292.58º84.35%77.45%-
HSV(B)292.58º39.43%96.47%-
XYZ61.3145.6492.77-
YUV185.47162.16162.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 149 (58.59% from 255) = 23.69%
BLUE value IS 246 (96.48% from 255) = 39.11%
R=37.20%
G=23.69%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341492460.050.3900.04292.5884.3577.45
HexEA95F652704125544d
Octal35222536654704445124115
Binary111010101001010111110110101100111010010010010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95F6; }

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

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

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

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

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

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

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

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