#E180E6

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

Shades of Violet #E180E6

Tints of Violet #E180E6

Color information

#E180E6 (or 0xE180E6) is unknown color: approx Violet. HEX triplet: E1, 80 and E6. RGB value is (225,128,230). Sum of RGB (Red+Green+Blue) = 225+128+230=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #E180E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180E6 is #1E7F19. Grayscale: #A8A8A8. Windows color (decimal): -1998618 or 15106273. OLE color: 15106273.

HSL color Cylindrical-coordinate representation of color #E180E6: hue angle of 297.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E180E6 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225128230-
CMYK0.020.4400.10
HSL297.06º67.11%70.2%-
HSV(B)297.06º44.35%90.2%-
XYZ53.0537.1679.24-
YUV168.63162.64168.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 128 (50.39% from 255) = 21.96%
BLUE value IS 230 (90.23% from 255) = 39.45%
R=38.59%
G=21.96%
B=39.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251282300.020.4400.10297.0667.1170.2
HexE180E622C0A1294346
Octal341200346254012451103106
Binary111000011000000011100110101011000101010010100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180E6; }

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

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

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

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

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

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

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

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