#E17AED

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

Shades of Violet #E17AED

Tints of Violet #E17AED

Color information

#E17AED (or 0xE17AED) is unknown color: approx Violet. HEX triplet: E1, 7A and ED. RGB value is (225,122,237). Sum of RGB (Red+Green+Blue) = 225+122+237=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #E17AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17AED is #1E8512. Grayscale: #A5A5A5. Windows color (decimal): -2000147 or 15563489. OLE color: 15563489.

HSL color Cylindrical-coordinate representation of color #E17AED: hue angle of 293.74º 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 #E17AED is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225122237-
CMYK0.050.4900.07
HSL293.74º76.16%70.39%-
HSV(B)293.74º48.52%92.94%-
XYZ53.336.0484.27-
YUV165.91168.12170.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 122 (48.05% from 255) = 20.89%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=38.53%
G=20.89%
B=40.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251222370.050.4900.07293.7476.1670.39
HexE17AED531071264c46
Octal34117235556107446114106
Binary11100001111101011101101101110001011110010011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AED; }

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

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

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

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

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

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

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

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