#E482EA

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

Shades of Violet #E482EA

Tints of Violet #E482EA

Color information

#E482EA (or 0xE482EA) is unknown color: approx Violet. HEX triplet: E4, 82 and EA. RGB value is (228,130,234). Sum of RGB (Red+Green+Blue) = 228+130+234=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #E482EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482EA is #1B7D15. Grayscale: #AAAAAA. Windows color (decimal): -1801494 or 15368932. OLE color: 15368932.

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

Color convert

RGB228130234-
CMYK0.030.4400.08
HSL296.54º71.23%71.37%-
HSV(B)296.54º44.44%91.76%-
XYZ54.8338.482.36-
YUV171.16163.47168.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 130 (51.17% from 255) = 21.96%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=38.51%
G=21.96%
B=39.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281302340.030.4400.08296.5471.2371.37
HexE482EA32C081294747
Octal344202352354010451107107
Binary111001001000001011101010111011000100010010100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482EA; }

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

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

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

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

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

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

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

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