#E48ADE

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

Shades of Violet #E48ADE

Tints of Violet #E48ADE

Color information

#E48ADE (or 0xE48ADE) is unknown color: approx Violet. HEX triplet: E4, 8A and DE. RGB value is (228,138,222). Sum of RGB (Red+Green+Blue) = 228+138+222=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ADE is #1B7521. Grayscale: #AEAEAE. Windows color (decimal): -1799458 or 14584548. OLE color: 14584548.

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

Color convert

RGB228138222-
CMYK00.390.030.11
HSL304º62.5%71.76%-
HSV(B)304º39.47%89.41%-
XYZ54.2739.9473.96-
YUV174.49154.82166.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.78%
GREEN value IS 138 (54.30% from 255) = 23.47%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=38.78%
G=23.47%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813822200.390.030.1130462.571.76
HexE48ADE0273B1303e48
Octal34421233604731346076110
Binary11100100100010101101111001001111110111001100001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48ADE; }

 p { color: rgb(228,138,222); }

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

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

 a { background-color: rgb(228,138,222); }

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

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

 span { border-color: rgb(228,138,222); }

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