#E874EA

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

Shades of Violet #E874EA

Tints of Violet #E874EA

Color information

#E874EA (or 0xE874EA) is unknown color: approx Violet. HEX triplet: E8, 74 and EA. RGB value is (232,116,234). Sum of RGB (Red+Green+Blue) = 232+116+234=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #E874EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E874EA is #178B15. Grayscale: #A3A3A3. Windows color (decimal): -1542934 or 15365352. OLE color: 15365352.

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

Color convert

RGB232116234-
CMYK0.010.5000.08
HSL298.98º73.75%68.63%-
HSV(B)298.98º50.43%91.76%-
XYZ54.3835.5981.85-
YUV164.14167.43176.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.86%
GREEN value IS 116 (45.70% from 255) = 19.93%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=39.86%
G=19.93%
B=40.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321162340.010.5000.08298.9873.7568.63
HexE874EA1320812b4a45
Octal350164352162010453112105
Binary1110100011101001110101011100100100010010101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E874EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E874EA; }

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

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

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

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

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

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

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

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