#E180E7

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

Shades of Violet #E180E7

Tints of Violet #E180E7

Color information

#E180E7 (or 0xE180E7) is unknown color: approx Violet. HEX triplet: E1, 80 and E7. RGB value is (225,128,231). Sum of RGB (Red+Green+Blue) = 225+128+231=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #E180E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180E7 is #1E7F18. Grayscale: #A8A8A8. Windows color (decimal): -1998617 or 15171809. OLE color: 15171809.

HSL color Cylindrical-coordinate representation of color #E180E7: hue angle of 296.5º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E180E7 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225128231-
CMYK0.030.4500.09
HSL296.5º68.21%70.39%-
HSV(B)296.5º44.59%90.59%-
XYZ53.1937.2279.98-
YUV168.74163.14168.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 128 (50.39% from 255) = 21.92%
BLUE value IS 231 (90.62% from 255) = 39.55%
R=38.53%
G=21.92%
B=39.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251282310.030.4500.09296.568.2170.39
HexE180E732D091294446
Octal341200347355011451104106
Binary111000011000000011100111111011010100110010100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180E7; }

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

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

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

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

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

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

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

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