#E870EE

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

Shades of Violet #E870EE

Tints of Violet #E870EE

Color information

#E870EE (or 0xE870EE) is unknown color: approx Violet. HEX triplet: E8, 70 and EE. RGB value is (232,112,238). Sum of RGB (Red+Green+Blue) = 232+112+238=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #E870EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E870EE is #178F11. Grayscale: #A1A1A1. Windows color (decimal): -1543954 or 15626472. OLE color: 15626472.

HSL color Cylindrical-coordinate representation of color #E870EE: hue angle of 297.14º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E870EE is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232112238-
CMYK0.030.5300.07
HSL297.14º78.75%68.63%-
HSV(B)297.14º52.94%93.33%-
XYZ54.5134.9284.76-
YUV162.24170.76177.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.86%
GREEN value IS 112 (44.14% from 255) = 19.24%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=39.86%
G=19.24%
B=40.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321122380.030.5300.07297.1478.7568.63
HexE870EE335071294f45
Octal35016035636507451117105
Binary1110100011100001110111011110101011110010100110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E870EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E870EE; }

 p { color: rgb(232,112,238); }

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

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

 a { background-color: rgb(232,112,238); }

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

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

 span { border-color: rgb(232,112,238); }

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