#EA83E5

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

Shades of Violet #EA83E5

Tints of Violet #EA83E5

Color information

#EA83E5 (or 0xEA83E5) is unknown color: approx Violet. HEX triplet: EA, 83 and E5. RGB value is (234,131,229). Sum of RGB (Red+Green+Blue) = 234+131+229=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 131 (51.56% from 255 or 22.05% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83E5 is #157C1A. Grayscale: #ACACAC. Windows color (decimal): -1408027 or 15041514. OLE color: 15041514.

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

Color convert

RGB234131229-
CMYK00.440.020.08
HSL302.91º71.03%71.57%-
HSV(B)302.91º44.02%91.76%-
XYZ56.1939.3878.77-
YUV172.97159.62171.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 131 (51.56% from 255) = 22.05%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=39.39%
G=22.05%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413122900.440.020.08302.9171.0371.57
HexEA83E502C2812f4748
Octal352203345054210457107110
Binary111010101000001111100101010110010100010010111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83E5; }

 p { color: rgb(234,131,229); }

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

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

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

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

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

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

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