#E482ED

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

Shades of Violet #E482ED

Tints of Violet #E482ED

Color information

#E482ED (or 0xE482ED) is unknown color: approx Violet. HEX triplet: E4, 82 and ED. RGB value is (228,130,237). Sum of RGB (Red+Green+Blue) = 228+130+237=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #E482ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482ED is #1B7D12. Grayscale: #ABABAB. Windows color (decimal): -1801491 or 15565540. OLE color: 15565540.

HSL color Cylindrical-coordinate representation of color #E482ED: hue angle of 294.95º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E482ED is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228130237-
CMYK0.040.4500.07
HSL294.95º74.83%71.96%-
HSV(B)294.95º45.15%92.94%-
XYZ55.2638.5784.65-
YUV171.5164.97168.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.32%
GREEN value IS 130 (51.17% from 255) = 21.85%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=38.32%
G=21.85%
B=39.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281302370.040.4500.07294.9574.8371.96
HexE482ED42D071274b48
Octal34420235545507447113110
Binary111001001000001011101101100101101011110010011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482ED; }

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

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

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

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

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

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

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

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