#EA7AE4

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

Shades of Violet #EA7AE4

Tints of Violet #EA7AE4

Color information

#EA7AE4 (or 0xEA7AE4) is unknown color: approx Violet. HEX triplet: EA, 7A and E4. RGB value is (234,122,228). Sum of RGB (Red+Green+Blue) = 234+122+228=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AE4 is #15851B. Grayscale: #A7A7A7. Windows color (decimal): -1410332 or 14973674. OLE color: 14973674.

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

Color convert

RGB234122228-
CMYK00.480.030.08
HSL303.21º72.73%69.8%-
HSV(B)303.21º47.86%91.76%-
XYZ54.8937.0177.65-
YUV167.57162.11175.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 122 (48.05% from 255) = 20.89%
BLUE value IS 228 (89.45% from 255) = 39.04%
R=40.07%
G=20.89%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412222800.480.030.08303.2172.7369.8
HexEA7AE40303812f4946
Octal352172344060310457111106
Binary11101010111101011100100011000011100010010111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AE4; }

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

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

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

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

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

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

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

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