#EA85EF

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

Shades of Violet #EA85EF

Tints of Violet #EA85EF

Color information

#EA85EF (or 0xEA85EF) is unknown color: approx Violet. HEX triplet: EA, 85 and EF. RGB value is (234,133,239). Sum of RGB (Red+Green+Blue) = 234+133+239=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85EF is #157A10. Grayscale: #AEAEAE. Windows color (decimal): -1407505 or 15697386. OLE color: 15697386.

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

Color convert

RGB234133239-
CMYK0.020.4400.06
HSL297.17º76.81%72.94%-
HSV(B)297.17º44.35%93.73%-
XYZ57.940.586.43-
YUV175.28163.96169.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 133 (52.34% from 255) = 21.95%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=38.61%
G=21.95%
B=39.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341332390.020.4400.06297.1776.8172.94
HexEA85EF22C061294d49
Octal35220535725406451115111
Binary11101010100001011110111110101100011010010100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85EF; }

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

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

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

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

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

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

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

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