#EA8FE7

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

Shades of Violet #EA8FE7

Tints of Violet #EA8FE7

Color information

#EA8FE7 (or 0xEA8FE7) is unknown color: approx Violet. HEX triplet: EA, 8F and E7. RGB value is (234,143,231). Sum of RGB (Red+Green+Blue) = 234+143+231=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FE7 is #157018. Grayscale: #B3B3B3. Windows color (decimal): -1404953 or 15175658. OLE color: 15175658.

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

Color convert

RGB234143231-
CMYK00.390.010.08
HSL301.98º68.42%73.92%-
HSV(B)301.98º38.89%91.76%-
XYZ58.1842.9180.82-
YUV180.24156.65166.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 143 (56.25% from 255) = 23.52%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=38.49%
G=23.52%
B=37.99%

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
Decimal23414323100.390.010.08301.9868.4273.92
HexEA8FE70271812e444a
Octal352217347047110456104112
Binary11101010100011111110011101001111100010010111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FE7; }

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

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

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

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

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

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

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

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