#EA85EB

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

Shades of Violet #EA85EB

Tints of Violet #EA85EB

Color information

#EA85EB (or 0xEA85EB) is unknown color: approx Violet. HEX triplet: EA, 85 and EB. RGB value is (234,133,235). Sum of RGB (Red+Green+Blue) = 234+133+235=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA85EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85EB is #157A14. Grayscale: #AEAEAE. Windows color (decimal): -1407509 or 15435242. OLE color: 15435242.

HSL color Cylindrical-coordinate representation of color #EA85EB: hue angle of 299.41º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85EB is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234133235-
CMYK0.000.4300.08
HSL299.41º71.83%72.16%-
HSV(B)299.41º43.4%92.16%-
XYZ57.3140.2783.35-
YUV174.83161.96170.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=38.87%
G=22.09%
B=39.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341332350.000.4300.08299.4171.8372.16
HexEA85EB02B0812b4848
Octal352205353053010453110110
Binary11101010100001011110101101010110100010010101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85EB; }

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

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

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

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

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

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

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

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