#E975E3

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

Shades of Violet #E975E3

Tints of Violet #E975E3

Color information

#E975E3 (or 0xE975E3) is unknown color: approx Violet. HEX triplet: E9, 75 and E3. RGB value is (233,117,227). Sum of RGB (Red+Green+Blue) = 233+117+227=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E975E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975E3 is #168A1C. Grayscale: #A3A3A3. Windows color (decimal): -1477149 or 14906857. OLE color: 14906857.

HSL color Cylindrical-coordinate representation of color #E975E3: hue angle of 303.1º 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 #E975E3 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233117227-
CMYK00.500.030.09
HSL303.1º72.5%68.63%-
HSV(B)303.1º49.79%91.37%-
XYZ53.8335.5976.71-
YUV164.22163.43177.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 117 (46.09% from 255) = 20.28%
BLUE value IS 227 (89.06% from 255) = 39.34%
R=40.38%
G=20.28%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311722700.500.030.09303.172.568.63
HexE975E30323912f4845
Octal351165343062311457110105
Binary11101001111010111100011011001011100110010111110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E975E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E975E3; }

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

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

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

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

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

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

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

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