#E180EA

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

Shades of Violet #E180EA

Tints of Violet #E180EA

Color information

#E180EA (or 0xE180EA) is unknown color: approx Violet. HEX triplet: E1, 80 and EA. RGB value is (225,128,234). Sum of RGB (Red+Green+Blue) = 225+128+234=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #E180EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180EA is #1E7F15. Grayscale: #A8A8A8. Windows color (decimal): -1998614 or 15368417. OLE color: 15368417.

HSL color Cylindrical-coordinate representation of color #E180EA: hue angle of 294.91º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E180EA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225128234-
CMYK0.040.4500.08
HSL294.91º71.62%70.98%-
HSV(B)294.91º45.3%91.76%-
XYZ53.6237.3982.23-
YUV169.09164.64167.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 128 (50.39% from 255) = 21.81%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=38.33%
G=21.81%
B=39.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251282340.040.4500.08294.9171.6270.98
HexE180EA42D081274847
Octal341200352455010447110107
Binary1110000110000000111010101001011010100010010011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180EA; }

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

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

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

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

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

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

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

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