#EA85EA

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

Shades of Violet #EA85EA

Tints of Violet #EA85EA

Color information

#EA85EA (or 0xEA85EA) is unknown color: approx Violet. HEX triplet: EA, 85 and EA. RGB value is (234,133,234). Sum of RGB (Red+Green+Blue) = 234+133+234=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA85EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85EA is #157A15. Grayscale: #AEAEAE. Windows color (decimal): -1407510 or 15369706. OLE color: 15369706.

HSL color Cylindrical-coordinate representation of color #EA85EA: hue angle of 300º degrees, saturation: 0.71, 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 #EA85EA is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234133234-
CMYK00.4300.08
HSL300º70.63%71.96%-
HSV(B)300º43.16%91.76%-
XYZ57.1740.2182.59-
YUV174.71161.46170.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=38.94%
G=22.13%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413323400.4300.0830070.6371.96
HexEA85EA02B0812c4748
Octal352205352053010454107110
Binary11101010100001011110101001010110100010010110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85EA; }

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

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

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

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

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

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

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

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