#E08CBC

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

Shades of Shocking #E08CBC

Tints of Shocking #E08CBC

Color information

#E08CBC (or 0xE08CBC) is unknown color: approx Shocking. HEX triplet: E0, 8C and BC. RGB value is (224,140,188). Sum of RGB (Red+Green+Blue) = 224+140+188=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CBC is #1F7343. Grayscale: #AAAAAA. Windows color (decimal): -2061124 or 12356832. OLE color: 12356832.

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

Color convert

RGB224140188-
CMYK00.380.160.12
HSL325.71º57.53%71.37%-
HSV(B)325.71º37.5%87.84%-
XYZ49.238.2352.36-
YUV170.59137.83166.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=40.58%
G=25.36%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414018800.380.160.12325.7157.5371.37
HexE08CBC02610C1463a47
Octal340214274046201450672107
Binary11100000100011001011110001001101000011001010001101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CBC; }

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

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

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

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

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

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

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

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