#EA8AFB

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

Shades of Violet #EA8AFB

Tints of Violet #EA8AFB

Color information

#EA8AFB (or 0xEA8AFB) is unknown color: approx Violet. HEX triplet: EA, 8A and FB. RGB value is (234,138,251). Sum of RGB (Red+Green+Blue) = 234+138+251=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 138 (54.30% from 255 or 22.15% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8AFB is #157504. Grayscale: #B3B3B3. Windows color (decimal): -1406213 or 16485098. OLE color: 16485098.

HSL color Cylindrical-coordinate representation of color #EA8AFB: hue angle of 290.97º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8AFB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234138251-
CMYK0.070.4500.02
HSL290.97º93.39%76.27%-
HSV(B)290.97º45.02%98.43%-
XYZ60.4342.6396.31-
YUV179.59168.3166.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 138 (54.30% from 255) = 22.15%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=37.56%
G=22.15%
B=40.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341382510.070.4500.02290.9793.3976.27
HexEA8AFB72D021235d4c
Octal35221237375502443135114
Binary11101010100010101111101111110110101010010001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8AFB; }

 p { color: rgb(234,138,251); }

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

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

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

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

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

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

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