#E181E4

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

Shades of Violet #E181E4

Tints of Violet #E181E4

Color information

#E181E4 (or 0xE181E4) is unknown color: approx Violet. HEX triplet: E1, 81 and E4. RGB value is (225,129,228). Sum of RGB (Red+Green+Blue) = 225+129+228=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #E181E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181E4 is #1E7E1B. Grayscale: #A8A8A8. Windows color (decimal): -1998364 or 14975457. OLE color: 14975457.

HSL color Cylindrical-coordinate representation of color #E181E4: hue angle of 298.18º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181E4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225129228-
CMYK0.010.4300.11
HSL298.18º64.71%70%-
HSV(B)298.18º43.42%89.41%-
XYZ52.9137.3177.81-
YUV168.99161.3167.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 228 (89.45% from 255) = 39.18%
R=38.66%
G=22.16%
B=39.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251292280.010.4300.11298.1864.7170
HexE181E412B0B12a4146
Octal341201344153013452101106
Binary11100001100000011110010011010110101110010101010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181E4; }

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

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

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

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

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

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

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

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