#E974EA

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

Shades of Violet #E974EA

Tints of Violet #E974EA

Color information

#E974EA (or 0xE974EA) is unknown color: approx Violet. HEX triplet: E9, 74 and EA. RGB value is (233,116,234). Sum of RGB (Red+Green+Blue) = 233+116+234=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #E974EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E974EA is #168B15. Grayscale: #A4A4A4. Windows color (decimal): -1477398 or 15365353. OLE color: 15365353.

HSL color Cylindrical-coordinate representation of color #E974EA: 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 #E974EA is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233116234-
CMYK0.000.5000.08
HSL299.49º73.75%68.63%-
HSV(B)299.49º50.43%91.76%-
XYZ54.735.7581.86-
YUV164.44167.26176.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 116 (45.70% from 255) = 19.90%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=39.97%
G=19.90%
B=40.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331162340.000.5000.08299.4973.7568.63
HexE974EA0320812b4a45
Octal351164352062010453112105
Binary1110100111101001110101001100100100010010101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974EA; }

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

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

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

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

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

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

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

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