#E77FDF

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

Shades of Violet #E77FDF

Tints of Violet #E77FDF

Color information

#E77FDF (or 0xE77FDF) is unknown color: approx Violet. HEX triplet: E7, 7F and DF. RGB value is (231,127,223). Sum of RGB (Red+Green+Blue) = 231+127+223=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FDF is #188020. Grayscale: #A8A8A8. Windows color (decimal): -1605665 or 14647271. OLE color: 14647271.

HSL color Cylindrical-coordinate representation of color #E77FDF: hue angle of 304.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FDF is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231127223-
CMYK00.450.030.09
HSL304.62º68.42%70.2%-
HSV(B)304.62º45.02%90.59%-
XYZ53.8637.574.21-
YUV169.04158.46172.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.76%
GREEN value IS 127 (50% from 255) = 21.86%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=39.76%
G=21.86%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112722300.450.030.09304.6268.4270.2
HexE77FDF02D391314446
Octal347177337055311461104106
Binary11100111111111111011111010110111100110011000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77FDF; }

 p { color: rgb(231,127,223); }

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

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

 a { background-color: rgb(231,127,223); }

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

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

 span { border-color: rgb(231,127,223); }

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