#E48CBD

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

Shades of Shocking #E48CBD

Tints of Shocking #E48CBD

Color information

#E48CBD (or 0xE48CBD) is unknown color: approx Shocking. HEX triplet: E4, 8C and BD. RGB value is (228,140,189). Sum of RGB (Red+Green+Blue) = 228+140+189=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CBD is #1B7342. Grayscale: #ABABAB. Windows color (decimal): -1798979 or 12422372. OLE color: 12422372.

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

Color convert

RGB228140189-
CMYK00.390.170.11
HSL326.59º61.97%72.16%-
HSV(B)326.59º38.6%89.41%-
XYZ50.5638.9252.99-
YUV171.9137.65168.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=40.93%
G=25.13%
B=33.93%

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
Decimal22814018900.390.170.11326.5961.9772.16
HexE48CBD02711B1473e48
Octal344214275047211350776110
Binary11100100100011001011110101001111000110111010001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CBD; }

 p { color: rgb(228,140,189); }

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

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

 a { background-color: rgb(228,140,189); }

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

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

 span { border-color: rgb(228,140,189); }

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