#EA7AE5

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

Shades of Violet #EA7AE5

Tints of Violet #EA7AE5

Color information

#EA7AE5 (or 0xEA7AE5) is unknown color: approx Violet. HEX triplet: EA, 7A and E5. RGB value is (234,122,229). Sum of RGB (Red+Green+Blue) = 234+122+229=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AE5 is #15851A. Grayscale: #A7A7A7. Windows color (decimal): -1410331 or 15039210. OLE color: 15039210.

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

Color convert

RGB234122229-
CMYK00.480.020.08
HSL302.68º72.73%69.8%-
HSV(B)302.68º47.86%91.76%-
XYZ55.0337.0778.38-
YUV167.69162.61175.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 20.85%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=40%
G=20.85%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412222900.480.020.08302.6872.7369.8
HexEA7AE50302812f4946
Octal352172345060210457111106
Binary11101010111101011100101011000010100010010111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AE5; }

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

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

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

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

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

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

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

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