#E76FE8

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

Shades of Violet #E76FE8

Tints of Violet #E76FE8

Color information

#E76FE8 (or 0xE76FE8) is unknown color: approx Violet. HEX triplet: E7, 6F and E8. RGB value is (231,111,232). Sum of RGB (Red+Green+Blue) = 231+111+232=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #E76FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76FE8 is #189017. Grayscale: #A0A0A0. Windows color (decimal): -1609752 or 15232999. OLE color: 15232999.

HSL color Cylindrical-coordinate representation of color #E76FE8: hue angle of 299.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FE8 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB231111232-
CMYK0.000.5200.09
HSL299.5º72.46%67.25%-
HSV(B)299.5º52.16%90.98%-
XYZ53.234.1880.14-
YUV160.67168.26178.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 111 (43.75% from 255) = 19.34%
BLUE value IS 232 (91.02% from 255) = 40.42%
R=40.24%
G=19.34%
B=40.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311112320.000.5200.09299.572.4667.25
HexE76FE80340912c4843
Octal347157350064011454110103
Binary1110011111011111110100001101000100110010110010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FE8; }

 p { color: rgb(231,111,232); }

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

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

 a { background-color: rgb(231,111,232); }

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

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

 span { border-color: rgb(231,111,232); }

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