#EA8BF8

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

Shades of Violet #EA8BF8

Tints of Violet #EA8BF8

Color information

#EA8BF8 (or 0xEA8BF8) is unknown color: approx Violet. HEX triplet: EA, 8B and F8. RGB value is (234,139,248). Sum of RGB (Red+Green+Blue) = 234+139+248=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 139 (54.69% from 255 or 22.38% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA8BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BF8 is #157407. Grayscale: #B3B3B3. Windows color (decimal): -1405960 or 16288746. OLE color: 16288746.

HSL color Cylindrical-coordinate representation of color #EA8BF8: hue angle of 292.29º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8BF8 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234139248-
CMYK0.060.4400.03
HSL292.29º88.62%75.88%-
HSV(B)292.29º43.95%97.25%-
XYZ60.1142.7393.89-
YUV179.83166.47166.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 139 (54.69% from 255) = 22.38%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=37.68%
G=22.38%
B=39.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341392480.060.4400.03292.2988.6275.88
HexEA8BF862C03124594c
Octal35221337065403444131114
Binary11101010100010111111100011010110001110010010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BF8; }

 p { color: rgb(234,139,248); }

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

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

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

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

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

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

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