#EA8AFD

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

Shades of Violet #EA8AFD

Tints of Violet #EA8AFD

Color information

#EA8AFD (or 0xEA8AFD) is unknown color: approx Violet. HEX triplet: EA, 8A and FD. RGB value is (234,138,253). Sum of RGB (Red+Green+Blue) = 234+138+253=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 138 (54.30% from 255 or 22.08% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8AFD is #157502. Grayscale: #B3B3B3. Windows color (decimal): -1406211 or 16616170. OLE color: 16616170.

HSL color Cylindrical-coordinate representation of color #EA8AFD: hue angle of 290.09º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8AFD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234138253-
CMYK0.080.4500.01
HSL290.09º96.64%76.67%-
HSV(B)290.09º45.45%99.22%-
XYZ60.7542.7697.98-
YUV179.81169.3166.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 138 (54.30% from 255) = 22.08%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=37.44%
G=22.08%
B=40.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341382530.080.4500.01290.0996.6476.67
HexEA8AFD82D01122614d
Octal352212375105501442141115
Binary11101010100010101111110110001011010110010001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8AFD; }

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

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

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

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

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

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

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

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