#E182F1

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

Shades of Violet #E182F1

Tints of Violet #E182F1

Color information

#E182F1 (or 0xE182F1) is unknown color: approx Violet. HEX triplet: E1, 82 and F1. RGB value is (225,130,241). Sum of RGB (Red+Green+Blue) = 225+130+241=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #E182F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182F1 is #1E7D0E. Grayscale: #AAAAAA. Windows color (decimal): -1998095 or 15827681. OLE color: 15827681.

HSL color Cylindrical-coordinate representation of color #E182F1: hue angle of 291.35º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E182F1 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225130241-
CMYK0.070.4600.05
HSL291.35º79.86%72.75%-
HSV(B)291.35º46.06%94.51%-
XYZ54.9138.3287.72-
YUV171.06167.47166.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 130 (51.17% from 255) = 21.81%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=37.75%
G=21.81%
B=40.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251302410.070.4600.05291.3579.8672.75
HexE182F172E051235049
Octal34120236175605443120111
Binary111000011000001011110001111101110010110010001110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182F1; }

 p { color: rgb(225,130,241); }

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

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

 a { background-color: rgb(225,130,241); }

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

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

 span { border-color: rgb(225,130,241); }

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