#E180F0

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

Shades of Violet #E180F0

Tints of Violet #E180F0

Color information

#E180F0 (or 0xE180F0) is unknown color: approx Violet. HEX triplet: E1, 80 and F0. RGB value is (225,128,240). Sum of RGB (Red+Green+Blue) = 225+128+240=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #E180F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180F0 is #1E7F0F. Grayscale: #A9A9A9. Windows color (decimal): -1998608 or 15761633. OLE color: 15761633.

HSL color Cylindrical-coordinate representation of color #E180F0: hue angle of 291.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E180F0 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225128240-
CMYK0.060.4700.06
HSL291.96º78.87%72.16%-
HSV(B)291.96º46.67%94.12%-
XYZ54.537.7486.85-
YUV169.77167.64167.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=37.94%
G=21.59%
B=40.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251282400.060.4700.06291.9678.8772.16
HexE180F062F061244f48
Octal34120036065706444117110
Binary111000011000000011110000110101111011010010010010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180F0; }

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

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

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

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

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

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

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

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