#E975E2

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

Shades of Violet #E975E2

Tints of Violet #E975E2

Color information

#E975E2 (or 0xE975E2) is unknown color: approx Violet. HEX triplet: E9, 75 and E2. RGB value is (233,117,226). Sum of RGB (Red+Green+Blue) = 233+117+226=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E975E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975E2 is #168A1D. Grayscale: #A3A3A3. Windows color (decimal): -1477150 or 14841321. OLE color: 14841321.

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

Color convert

RGB233117226-
CMYK00.500.030.09
HSL303.62º72.5%68.63%-
HSV(B)303.62º49.79%91.37%-
XYZ53.6935.5475.98-
YUV164.11162.93177.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 117 (46.09% from 255) = 20.31%
BLUE value IS 226 (88.67% from 255) = 39.24%
R=40.45%
G=20.31%
B=39.24%

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
Decimal23311722600.500.030.09303.6272.568.63
HexE975E2032391304845
Octal351165342062311460110105
Binary11101001111010111100010011001011100110011000010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E975E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E975E2; }

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

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

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

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

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

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

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

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