#E48ADC

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

Shades of Violet #E48ADC

Tints of Violet #E48ADC

Color information

#E48ADC (or 0xE48ADC) is unknown color: approx Violet. HEX triplet: E4, 8A and DC. RGB value is (228,138,220). Sum of RGB (Red+Green+Blue) = 228+138+220=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ADC is #1B7523. Grayscale: #AEAEAE. Windows color (decimal): -1799460 or 14453476. OLE color: 14453476.

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

Color convert

RGB228138220-
CMYK00.390.040.11
HSL305.33º62.5%71.76%-
HSV(B)305.33º39.47%89.41%-
XYZ5439.8472.55-
YUV174.26153.82166.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.91%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=38.91%
G=23.55%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813822000.390.040.11305.3362.571.76
HexE48ADC0274B1313e48
Octal34421233404741346176110
Binary111001001000101011011100010011110010111001100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48ADC; }

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

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

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

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

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

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

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

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