#E174EA

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

Shades of Violet #E174EA

Tints of Violet #E174EA

Color information

#E174EA (or 0xE174EA) is unknown color: approx Violet. HEX triplet: E1, 74 and EA. RGB value is (225,116,234). Sum of RGB (Red+Green+Blue) = 225+116+234=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #E174EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E174EA is #1E8B15. Grayscale: #A1A1A1. Windows color (decimal): -2001686 or 15365345. OLE color: 15365345.

HSL color Cylindrical-coordinate representation of color #E174EA: hue angle of 295.42º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E174EA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225116234-
CMYK0.040.5000.08
HSL295.42º73.75%68.63%-
HSV(B)295.42º50.43%91.76%-
XYZ52.1534.4481.74-
YUV162.04168.61172.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 116 (45.70% from 255) = 20.17%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=39.13%
G=20.17%
B=40.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251162340.040.5000.08295.4273.7568.63
HexE174EA432081274a45
Octal341164352462010447112105
Binary111000011110100111010101001100100100010010011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E174EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E174EA; }

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

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

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

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

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

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

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

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