#E880E0

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

Shades of Violet #E880E0

Tints of Violet #E880E0

Color information

#E880E0 (or 0xE880E0) is unknown color: approx Violet. HEX triplet: E8, 80 and E0. RGB value is (232,128,224). Sum of RGB (Red+Green+Blue) = 232+128+224=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 232 - color contains mainly: red. Hex color #E880E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880E0 is #177F1F. Grayscale: #A9A9A9. Windows color (decimal): -1539872 or 14713064. OLE color: 14713064.

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

Color convert

RGB232128224-
CMYK00.450.030.09
HSL304.62º69.33%70.59%-
HSV(B)304.62º44.83%90.98%-
XYZ54.4537.9874.98-
YUV170.04158.46172.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.73%
GREEN value IS 128 (50.39% from 255) = 21.92%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=39.73%
G=21.92%
B=38.36%

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
Decimal23212822400.450.030.09304.6269.3370.59
HexE880E002D391314547
Octal350200340055311461105107
Binary111010001000000011100000010110111100110011000110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880E0; }

 p { color: rgb(232,128,224); }

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

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

 a { background-color: rgb(232,128,224); }

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

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

 span { border-color: rgb(232,128,224); }

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