#E170EB

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

Shades of Violet #E170EB

Tints of Violet #E170EB

Color information

#E170EB (or 0xE170EB) is unknown color: approx Violet. HEX triplet: E1, 70 and EB. RGB value is (225,112,235). Sum of RGB (Red+Green+Blue) = 225+112+235=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #E170EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170EB is #1E8F14. Grayscale: #9F9F9F. Windows color (decimal): -2002709 or 15429857. OLE color: 15429857.

HSL color Cylindrical-coordinate representation of color #E170EB: hue angle of 295.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E170EB is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225112235-
CMYK0.040.5200.08
HSL295.12º75.46%68.04%-
HSV(B)295.12º52.34%92.16%-
XYZ51.8433.5982.35-
YUV159.81170.44174.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 112 (44.14% from 255) = 19.58%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=39.34%
G=19.58%
B=41.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251122350.040.5200.08295.1275.4668.04
HexE170EB434081274b44
Octal341160353464010447113104
Binary111000011110000111010111001101000100010010011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E170EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E170EB; }

 p { color: rgb(225,112,235); }

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

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

 a { background-color: rgb(225,112,235); }

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

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

 span { border-color: rgb(225,112,235); }

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