#EA8FEA

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

Shades of Violet #EA8FEA

Tints of Violet #EA8FEA

Color information

#EA8FEA (or 0xEA8FEA) is unknown color: approx Violet. HEX triplet: EA, 8F and EA. RGB value is (234,143,234). Sum of RGB (Red+Green+Blue) = 234+143+234=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FEA is #157015. Grayscale: #B4B4B4. Windows color (decimal): -1404950 or 15372266. OLE color: 15372266.

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

Color convert

RGB234143234-
CMYK00.3900.08
HSL300º68.42%73.92%-
HSV(B)300º38.89%91.76%-
XYZ58.6143.0883.07-
YUV180.58158.15166.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 143 (56.25% from 255) = 23.40%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=38.30%
G=23.40%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414323400.3900.0830068.4273.92
HexEA8FEA0270812c444a
Octal352217352047010454104112
Binary11101010100011111110101001001110100010010110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FEA; }

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

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

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

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

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

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

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

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