#E48BDD

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

Shades of Violet #E48BDD

Tints of Violet #E48BDD

Color information

#E48BDD (or 0xE48BDD) is unknown color: approx Violet. HEX triplet: E4, 8B and DD. RGB value is (228,139,221). Sum of RGB (Red+Green+Blue) = 228+139+221=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BDD is #1B7422. Grayscale: #AEAEAE. Windows color (decimal): -1799203 or 14519268. OLE color: 14519268.

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

Color convert

RGB228139221-
CMYK00.390.030.11
HSL304.72º62.24%71.96%-
HSV(B)304.72º39.04%89.41%-
XYZ54.2840.1873.3-
YUV174.96153.99165.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.78%
GREEN value IS 139 (54.69% from 255) = 23.64%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=38.78%
G=23.64%
B=37.59%

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
Decimal22813922100.390.030.11304.7262.2471.96
HexE48BDD0273B1313e48
Octal34421333504731346176110
Binary11100100100010111101110101001111110111001100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BDD; }

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

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

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

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

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

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

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

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