#E187BD

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

Shades of Shocking #E187BD

Tints of Shocking #E187BD

Color information

#E187BD (or 0xE187BD) is unknown color: approx Shocking. HEX triplet: E1, 87 and BD. RGB value is (225,135,189). Sum of RGB (Red+Green+Blue) = 225+135+189=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E187BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187BD is #1E7842. Grayscale: #A7A7A7. Windows color (decimal): -1996867 or 12421089. OLE color: 12421089.

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

Color convert

RGB225135189-
CMYK00.40.160.12
HSL324º60%70.59%-
HSV(B)324º40%88.24%-
XYZ48.937.0152.71-
YUV168.07139.82168.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=40.98%
G=24.59%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513518900.40.160.123246070.59
HexE187BD02810C1443c47
Octal341207275050201450474107
Binary11100001100001111011110101010001000011001010001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E187BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E187BD; }

 p { color: rgb(225,135,189); }

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

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

 a { background-color: rgb(225,135,189); }

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

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

 span { border-color: rgb(225,135,189); }

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