#E484DB

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

Shades of Violet #E484DB

Tints of Violet #E484DB

Color information

#E484DB (or 0xE484DB) is unknown color: approx Violet. HEX triplet: E4, 84 and DB. RGB value is (228,132,219). Sum of RGB (Red+Green+Blue) = 228+132+219=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E484DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484DB is #1B7B24. Grayscale: #AAAAAA. Windows color (decimal): -1800997 or 14386404. OLE color: 14386404.

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

Color convert

RGB228132219-
CMYK00.420.040.11
HSL305.62º64%70.59%-
HSV(B)305.62º42.11%89.41%-
XYZ53.0338.1171.58-
YUV170.62155.3168.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.38%
GREEN value IS 132 (51.95% from 255) = 22.80%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=39.38%
G=22.80%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813221900.420.040.11305.626470.59
HexE484DB02A4B1324047
Octal344204333052413462100107
Binary1110010010000100110110110101010100101110011001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E484DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E484DB; }

 p { color: rgb(228,132,219); }

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

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

 a { background-color: rgb(228,132,219); }

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

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

 span { border-color: rgb(228,132,219); }

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