#EA8FF1

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

Shades of Violet #EA8FF1

Tints of Violet #EA8FF1

Color information

#EA8FF1 (or 0xEA8FF1) is unknown color: approx Violet. HEX triplet: EA, 8F and F1. RGB value is (234,143,241). Sum of RGB (Red+Green+Blue) = 234+143+241=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA8FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8FF1 is #15700E. Grayscale: #B5B5B5. Windows color (decimal): -1404943 or 15831018. OLE color: 15831018.

HSL color Cylindrical-coordinate representation of color #EA8FF1: hue angle of 295.71º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8FF1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234143241-
CMYK0.030.4100.05
HSL295.71º77.78%75.29%-
HSV(B)295.71º40.66%94.51%-
XYZ59.6343.4988.47-
YUV181.38161.65165.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 143 (56.25% from 255) = 23.14%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=37.86%
G=23.14%
B=39.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341432410.030.4100.05295.7177.7875.29
HexEA8FF1329051284e4b
Octal35221736135105450116113
Binary11101010100011111111000111101001010110010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FF1; }

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

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

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

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

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

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

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

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