#E181F0

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

Shades of Violet #E181F0

Tints of Violet #E181F0

Color information

#E181F0 (or 0xE181F0) is unknown color: approx Violet. HEX triplet: E1, 81 and F0. RGB value is (225,129,240). Sum of RGB (Red+Green+Blue) = 225+129+240=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #E181F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E181F0 is #1E7E0F. Grayscale: #AAAAAA. Windows color (decimal): -1998352 or 15761889. OLE color: 15761889.

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

Color convert

RGB225129240-
CMYK0.060.4600.06
HSL291.89º78.72%72.35%-
HSV(B)291.89º46.25%94.12%-
XYZ54.633886.89-
YUV170.36167.3166.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 129 (50.78% from 255) = 21.72%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=37.88%
G=21.72%
B=40.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251292400.060.4600.06291.8978.7272.35
HexE181F062E061244f48
Octal34120136065606444117110
Binary111000011000000111110000110101110011010010010010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181F0; }

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

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

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

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

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

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

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

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