#EA85F9

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

Shades of Violet #EA85F9

Tints of Violet #EA85F9

Color information

#EA85F9 (or 0xEA85F9) is unknown color: approx Violet. HEX triplet: EA, 85 and F9. RGB value is (234,133,249). Sum of RGB (Red+Green+Blue) = 234+133+249=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA85F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85F9 is #157A06. Grayscale: #B0B0B0. Windows color (decimal): -1407495 or 16352746. OLE color: 16352746.

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

Color convert

RGB234133249-
CMYK0.060.4700.02
HSL292.24º90.62%74.9%-
HSV(B)292.24º46.59%97.65%-
XYZ59.4241.1194.43-
YUV176.42168.96169.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 133 (52.34% from 255) = 21.59%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=37.99%
G=21.59%
B=40.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341332490.060.4700.02292.2490.6274.9
HexEA85F962F021245b4b
Octal35220537165702444133113
Binary11101010100001011111100111010111101010010010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85F9; }

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

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

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

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

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

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

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

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