#E975EA

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

Shades of Violet #E975EA

Tints of Violet #E975EA

Color information

#E975EA (or 0xE975EA) is unknown color: approx Violet. HEX triplet: E9, 75 and EA. RGB value is (233,117,234). Sum of RGB (Red+Green+Blue) = 233+117+234=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #E975EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975EA is #168A15. Grayscale: #A4A4A4. Windows color (decimal): -1477142 or 15365609. OLE color: 15365609.

HSL color Cylindrical-coordinate representation of color #E975EA: hue angle of 299.49º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975EA is Cyan = 0.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233117234-
CMYK0.000.500.08
HSL299.49º73.58%68.82%-
HSV(B)299.49º50%91.76%-
XYZ54.8235.9981.9-
YUV165.02166.93176.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.90%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=39.90%
G=20.03%
B=40.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331172340.000.500.08299.4973.5868.82
HexE975EA0320812b4a45
Octal351165352062010453112105
Binary1110100111101011110101001100100100010010101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E975EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E975EA; }

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

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

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

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

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

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

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

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