#E770ED

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

Shades of Violet #E770ED

Tints of Violet #E770ED

Color information

#E770ED (or 0xE770ED) is unknown color: approx Violet. HEX triplet: E7, 70 and ED. RGB value is (231,112,237). Sum of RGB (Red+Green+Blue) = 231+112+237=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E770ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770ED is #188F12. Grayscale: #A1A1A1. Windows color (decimal): -1609491 or 15560935. OLE color: 15560935.

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

Color convert

RGB231112237-
CMYK0.030.5300.07
HSL297.12º77.64%68.43%-
HSV(B)297.12º52.74%92.94%-
XYZ54.0434.6983.97-
YUV161.83170.42177.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 112 (44.14% from 255) = 19.31%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=39.83%
G=19.31%
B=40.86%

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
Decimal2311122370.030.5300.07297.1277.6468.43
HexE770ED335071294e44
Octal34716035536507451116104
Binary1110011111100001110110111110101011110010100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E770ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E770ED; }

 p { color: rgb(231,112,237); }

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

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

 a { background-color: rgb(231,112,237); }

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

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

 span { border-color: rgb(231,112,237); }

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