#EA7AED

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

Shades of Violet #EA7AED

Tints of Violet #EA7AED

Color information

#EA7AED (or 0xEA7AED) is unknown color: approx Violet. HEX triplet: EA, 7A and ED. RGB value is (234,122,237). Sum of RGB (Red+Green+Blue) = 234+122+237=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA7AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7AED is #158512. Grayscale: #A8A8A8. Windows color (decimal): -1410323 or 15563498. OLE color: 15563498.

HSL color Cylindrical-coordinate representation of color #EA7AED: hue angle of 298.43º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7AED is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234122237-
CMYK0.010.4900.07
HSL298.43º76.16%70.39%-
HSV(B)298.43º48.52%92.94%-
XYZ56.1837.5384.4-
YUV168.6166.61174.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 122 (48.05% from 255) = 20.57%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=39.46%
G=20.57%
B=39.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341222370.010.4900.07298.4376.1670.39
HexEA7AED1310712a4c46
Octal35217235516107452114106
Binary111010101111010111011011110001011110010101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AED; }

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

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

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

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

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

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

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

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