#EA8DFB

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

Shades of Violet #EA8DFB

Tints of Violet #EA8DFB

Color information

#EA8DFB (or 0xEA8DFB) is unknown color: approx Violet. HEX triplet: EA, 8D and FB. RGB value is (234,141,251). Sum of RGB (Red+Green+Blue) = 234+141+251=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA8DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DFB is #157204. Grayscale: #B5B5B5. Windows color (decimal): -1405445 or 16485866. OLE color: 16485866.

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

Color convert

RGB234141251-
CMYK0.070.4400.02
HSL290.73º93.22%76.86%-
HSV(B)290.73º43.82%98.43%-
XYZ60.8743.5196.46-
YUV181.35167.31165.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 141 (55.47% from 255) = 22.52%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=37.38%
G=22.52%
B=40.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341412510.070.4400.02290.7393.2276.86
HexEA8DFB72C021235d4d
Octal35221537375402443135115
Binary11101010100011011111101111110110001010010001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DFB; }

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

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

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

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

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

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

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

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