#e975e8

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

Shades of Violet #E975E8

Tints of Violet #E975E8

Color information

#E975E8 (or 0xE975E8) is unknown color: approx Violet. HEX triplet: E9, 75 and E8. RGB value is (233,117,232). Sum of RGB (Red+Green+Blue) = 233+117+232=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E975E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975E8 is #168A17. Grayscale: #A4A4A4. Windows color (decimal): -1477144 or 15234537. OLE color: 15234537.

HSL color Cylindrical-coordinate representation of color #E975E8: hue angle of 300.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975E8 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB233117232-
CMYK00.500.000.09
HSL300.52º72.5%68.63%-
HSV(B)300.52º49.79%91.37%-
XYZ54.5335.8780.39-
YUV164.79165.93176.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.03%
GREEN value IS 117 (46.09% from 255) = 20.10%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=40.03%
G=20.10%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311723200.500.000.09300.5272.568.63
HexE975E80320912d4845
Octal351165350062011455110105
Binary1110100111101011110100001100100100110010110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e975e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e975e8; }

 p { color: rgb(233,117,232); }

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

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

 a { background-color: rgb(233,117,232); }

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

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

 span { border-color: rgb(233,117,232); }

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