#E08DBC

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

Shades of Shocking #E08DBC

Tints of Shocking #E08DBC

Color information

#E08DBC (or 0xE08DBC) is unknown color: approx Shocking. HEX triplet: E0, 8D and BC. RGB value is (224,141,188). Sum of RGB (Red+Green+Blue) = 224+141+188=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DBC is #1F7243. Grayscale: #ABABAB. Windows color (decimal): -2060868 or 12357088. OLE color: 12357088.

HSL color Cylindrical-coordinate representation of color #E08DBC: hue angle of 326.02º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DBC is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224141188-
CMYK00.370.160.12
HSL326.02º57.24%71.57%-
HSV(B)326.02º37.05%87.84%-
XYZ49.3438.5352.41-
YUV171.18137.5165.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=40.51%
G=25.50%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414118800.370.160.12326.0257.2471.57
HexE08DBC02510C1463948
Octal340215274045201450671110
Binary11100000100011011011110001001011000011001010001101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DBC; }

 p { color: rgb(224,141,188); }

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

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

 a { background-color: rgb(224,141,188); }

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

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

 span { border-color: rgb(224,141,188); }

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