#EA8FE9

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

Shades of Violet #EA8FE9

Tints of Violet #EA8FE9

Color information

#EA8FE9 (or 0xEA8FE9) is unknown color: approx Violet. HEX triplet: EA, 8F and E9. RGB value is (234,143,233). Sum of RGB (Red+Green+Blue) = 234+143+233=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FE9 is #157016. Grayscale: #B4B4B4. Windows color (decimal): -1404951 or 15306730. OLE color: 15306730.

HSL color Cylindrical-coordinate representation of color #EA8FE9: hue angle of 300.66º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FE9 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234143233-
CMYK00.390.000.08
HSL300.66º68.42%73.92%-
HSV(B)300.66º38.89%91.76%-
XYZ58.4643.0282.31-
YUV180.47157.65166.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 143 (56.25% from 255) = 23.44%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=38.36%
G=23.44%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414323300.390.000.08300.6668.4273.92
HexEA8FE90270812d444a
Octal352217351047010455104112
Binary11101010100011111110100101001110100010010110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FE9; }

 p { color: rgb(234,143,233); }

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

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

 a { background-color: rgb(234,143,233); }

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

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

 span { border-color: rgb(234,143,233); }

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