#E48ABE

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

Shades of Shocking #E48ABE

Tints of Shocking #E48ABE

Color information

#E48ABE (or 0xE48ABE) is unknown color: approx Shocking. HEX triplet: E4, 8A and BE. RGB value is (228,138,190). Sum of RGB (Red+Green+Blue) = 228+138+190=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ABE is #1B7541. Grayscale: #AAAAAA. Windows color (decimal): -1799490 or 12487396. OLE color: 12487396.

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

Color convert

RGB228138190-
CMYK00.390.170.11
HSL325.33º62.5%71.76%-
HSV(B)325.33º39.47%89.41%-
XYZ50.3838.3953.47-
YUV170.84138.82168.77-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.01%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=41.01%
G=24.82%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813819000.390.170.11325.3362.571.76
HexE48ABE02711B1453e48
Octal344212276047211350576110
Binary11100100100010101011111001001111000110111010001011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48ABE; }

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

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

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

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

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

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

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

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