#E482DD

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

Shades of Violet #E482DD

Tints of Violet #E482DD

Color information

#E482DD (or 0xE482DD) is unknown color: approx Violet. HEX triplet: E4, 82 and DD. RGB value is (228,130,221). Sum of RGB (Red+Green+Blue) = 228+130+221=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E482DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482DD is #1B7D22. Grayscale: #A9A9A9. Windows color (decimal): -1801507 or 14516964. OLE color: 14516964.

HSL color Cylindrical-coordinate representation of color #E482DD: hue angle of 304.29º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482DD is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228130221-
CMYK00.430.030.11
HSL304.29º64.47%70.2%-
HSV(B)304.29º42.98%89.41%-
XYZ53.0337.6872.88-
YUV169.68156.97169.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.38%
GREEN value IS 130 (51.17% from 255) = 22.45%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=39.38%
G=22.45%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813022100.430.030.11304.2964.4770.2
HexE482DD02B3B1304046
Octal344202335053313460100106
Binary111001001000001011011101010101111101110011000010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482DD; }

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

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

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

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

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

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

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

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