#EA8CF9

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

Shades of Violet #EA8CF9

Tints of Violet #EA8CF9

Color information

#EA8CF9 (or 0xEA8CF9) is unknown color: approx Violet. HEX triplet: EA, 8C and F9. RGB value is (234,140,249). Sum of RGB (Red+Green+Blue) = 234+140+249=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 140 (55.08% from 255 or 22.47% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA8CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CF9 is #157306. Grayscale: #B4B4B4. Windows color (decimal): -1405703 or 16354538. OLE color: 16354538.

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

Color convert

RGB234140249-
CMYK0.060.4400.02
HSL291.74º90.08%76.27%-
HSV(B)291.74º43.78%97.65%-
XYZ60.4143.0994.76-
YUV180.53166.64166.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 140 (55.08% from 255) = 22.47%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=37.56%
G=22.47%
B=39.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341402490.060.4400.02291.7490.0876.27
HexEA8CF962C021245a4c
Octal35221437165402444132114
Binary11101010100011001111100111010110001010010010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CF9; }

 p { color: rgb(234,140,249); }

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

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

 a { background-color: rgb(234,140,249); }

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

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

 span { border-color: rgb(234,140,249); }

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