#EA7AE1

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

Shades of Violet #EA7AE1

Tints of Violet #EA7AE1

Color information

#EA7AE1 (or 0xEA7AE1) is unknown color: approx Violet. HEX triplet: EA, 7A and E1. RGB value is (234,122,225). Sum of RGB (Red+Green+Blue) = 234+122+225=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AE1 is #15851E. Grayscale: #A6A6A6. Windows color (decimal): -1410335 or 14777066. OLE color: 14777066.

HSL color Cylindrical-coordinate representation of color #EA7AE1: hue angle of 304.82º 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 #EA7AE1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234122225-
CMYK00.480.040.08
HSL304.82º72.73%69.8%-
HSV(B)304.82º47.86%91.76%-
XYZ54.4836.8575.47-
YUV167.23160.61175.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 122 (48.05% from 255) = 21.00%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=40.28%
G=21.00%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412222500.480.040.08304.8272.7369.8
HexEA7AE1030481314946
Octal352172341060410461111106
Binary111010101111010111000010110000100100010011000110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AE1; }

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

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

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

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

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

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

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

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