#E88CFC

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

Shades of Violet #E88CFC

Tints of Violet #E88CFC

Color information

#E88CFC (or 0xE88CFC) is unknown color: approx Violet. HEX triplet: E8, 8C and FC. RGB value is (232,140,252). Sum of RGB (Red+Green+Blue) = 232+140+252=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 140 (55.08% from 255 or 22.44% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #E88CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88CFC is #177303. Grayscale: #B3B3B3. Windows color (decimal): -1536772 or 16551144. OLE color: 16551144.

HSL color Cylindrical-coordinate representation of color #E88CFC: hue angle of 289.29º 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 #E88CFC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232140252-
CMYK0.080.4400.01
HSL289.29º94.92%76.86%-
HSV(B)289.29º44.44%98.82%-
XYZ60.2342.9497.21-
YUV180.28168.48164.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.18%
GREEN value IS 140 (55.08% from 255) = 22.44%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=37.18%
G=22.44%
B=40.38%

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
Decimal2321402520.080.4400.01289.2994.9276.86
HexE88CFC82C011215f4d
Octal350214374105401441137115
Binary11101000100011001111110010001011000110010000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88CFC; }

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

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

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

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

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

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

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

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