#EA8FE8

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

Shades of Violet #EA8FE8

Tints of Violet #EA8FE8

Color information

#EA8FE8 (or 0xEA8FE8) is unknown color: approx Violet. HEX triplet: EA, 8F and E8. RGB value is (234,143,232). Sum of RGB (Red+Green+Blue) = 234+143+232=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FE8 is #157017. Grayscale: #B4B4B4. Windows color (decimal): -1404952 or 15241194. OLE color: 15241194.

HSL color Cylindrical-coordinate representation of color #EA8FE8: hue angle of 301.32º 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 #EA8FE8 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234143232-
CMYK00.390.010.08
HSL301.32º68.42%73.92%-
HSV(B)301.32º38.89%91.76%-
XYZ58.3242.9681.56-
YUV180.36157.15166.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 143 (56.25% from 255) = 23.48%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=38.42%
G=23.48%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414323200.390.010.08301.3268.4273.92
HexEA8FE80271812d444a
Octal352217350047110455104112
Binary11101010100011111110100001001111100010010110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FE8; }

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

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

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

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

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

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

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

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