#EA8FEF

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

Shades of Violet #EA8FEF

Tints of Violet #EA8FEF

Color information

#EA8FEF (or 0xEA8FEF) is unknown color: approx Violet. HEX triplet: EA, 8F and EF. RGB value is (234,143,239). Sum of RGB (Red+Green+Blue) = 234+143+239=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FEF is #157010. Grayscale: #B4B4B4. Windows color (decimal): -1404945 or 15699946. OLE color: 15699946.

HSL color Cylindrical-coordinate representation of color #EA8FEF: hue angle of 296.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8FEF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234143239-
CMYK0.020.4000.06
HSL296.88º75%74.9%-
HSV(B)296.88º40.17%93.73%-
XYZ59.3343.3786.91-
YUV181.15160.65165.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 143 (56.25% from 255) = 23.21%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=37.99%
G=23.21%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341432390.020.4000.06296.887574.9
HexEA8FEF228061294b4b
Octal35221735725006451113113
Binary11101010100011111110111110101000011010010100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FEF; }

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

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

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

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

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

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

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

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