#E087BA

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

Shades of Shocking #E087BA

Tints of Shocking #E087BA

Color information

#E087BA (or 0xE087BA) is unknown color: approx Shocking. HEX triplet: E0, 87 and BA. RGB value is (224,135,186). Sum of RGB (Red+Green+Blue) = 224+135+186=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E087BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087BA is #1F7845. Grayscale: #A7A7A7. Windows color (decimal): -2062406 or 12224480. OLE color: 12224480.

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

Color convert

RGB224135186-
CMYK00.400.170.12
HSL325.62º58.94%70.39%-
HSV(B)325.62º39.73%87.84%-
XYZ48.2736.7251-
YUV167.42138.49168.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=41.10%
G=24.77%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413518600.400.170.12325.6258.9470.39
HexE087BA02811C1463b46
Octal340207272050211450673106
Binary11100000100001111011101001010001000111001010001101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E087BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E087BA; }

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

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

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

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

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

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

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

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