#E882EA

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

Shades of Violet #E882EA

Tints of Violet #E882EA

Color information

#E882EA (or 0xE882EA) is unknown color: approx Violet. HEX triplet: E8, 82 and EA. RGB value is (232,130,234). Sum of RGB (Red+Green+Blue) = 232+130+234=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #E882EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882EA is #177D15. Grayscale: #ACACAC. Windows color (decimal): -1539350 or 15368936. OLE color: 15368936.

HSL color Cylindrical-coordinate representation of color #E882EA: hue angle of 298.85º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882EA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232130234-
CMYK0.010.4400.08
HSL298.85º71.23%71.37%-
HSV(B)298.85º44.44%91.76%-
XYZ56.1139.0682.42-
YUV172.35162.79170.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 130 (51.17% from 255) = 21.81%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=38.93%
G=21.81%
B=39.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321302340.010.4400.08298.8571.2371.37
HexE882EA12C0812b4747
Octal350202352154010453107107
Binary11101000100000101110101011011000100010010101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882EA; }

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

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

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

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

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

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

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

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