#E88EFC

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

Shades of Violet #E88EFC

Tints of Violet #E88EFC

Color information

#E88EFC (or 0xE88EFC) is unknown color: approx Violet. HEX triplet: E8, 8E and FC. RGB value is (232,142,252). Sum of RGB (Red+Green+Blue) = 232+142+252=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 142 (55.86% from 255 or 22.68% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #E88EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88EFC is #177103. Grayscale: #B5B5B5. Windows color (decimal): -1536260 or 16551656. OLE color: 16551656.

HSL color Cylindrical-coordinate representation of color #E88EFC: hue angle of 289.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E88EFC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232142252-
CMYK0.080.4400.01
HSL289.09º94.83%77.25%-
HSV(B)289.09º43.65%98.82%-
XYZ60.5243.5397.31-
YUV181.45167.82164.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 142 (55.86% from 255) = 22.68%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=37.06%
G=22.68%
B=40.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321422520.080.4400.01289.0994.8377.25
HexE88EFC82C011215f4d
Octal350216374105401441137115
Binary11101000100011101111110010001011000110010000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88EFC; }

 p { color: rgb(232,142,252); }

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

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

 a { background-color: rgb(232,142,252); }

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

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

 span { border-color: rgb(232,142,252); }

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