#E087BD

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

Shades of Shocking #E087BD

Tints of Shocking #E087BD

Color information

#E087BD (or 0xE087BD) is unknown color: approx Shocking. HEX triplet: E0, 87 and BD. RGB value is (224,135,189). Sum of RGB (Red+Green+Blue) = 224+135+189=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E087BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087BD is #1F7842. Grayscale: #A7A7A7. Windows color (decimal): -2062403 or 12421088. OLE color: 12421088.

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

Color convert

RGB224135189-
CMYK00.400.160.12
HSL323.6º58.94%70.39%-
HSV(B)323.6º39.73%87.84%-
XYZ48.5936.8552.7-
YUV167.77139.99168.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 135 (53.12% from 255) = 24.64%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=40.88%
G=24.64%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413518900.400.160.12323.658.9470.39
HexE087BD02810C1443b46
Octal340207275050201450473106
Binary11100000100001111011110101010001000011001010001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E087BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E087BD; }

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

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

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

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

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

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

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

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