#E87194

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

Shades of Deep Blush #E87194

Tints of Deep Blush #E87194

Color information

#E87194 (or 0xE87194) is unknown color: approx Deep Blush. HEX triplet: E8, 71 and 94. RGB value is (232,113,148). Sum of RGB (Red+Green+Blue) = 232+113+148=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E87194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87194 is #178E6B. Grayscale: #989898. Windows color (decimal): -1543788 or 9728488. OLE color: 9728488.

HSL color Cylindrical-coordinate representation of color #E87194: hue angle of 342.35º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E87194 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232113148-
CMYK00.510.360.09
HSL342.35º72.12%67.65%-
HSV(B)342.35º51.29%90.98%-
XYZ44.5331.131.67-
YUV152.57125.42184.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.06%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=47.06%
G=22.92%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211314800.510.360.09342.3572.1267.65
HexE871940332491564844
Octal3501612240634411526110104
Binary111010001110001100101000110011100100100110101011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87194; }

 p { color: rgb(232,113,148); }

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

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

 a { background-color: rgb(232,113,148); }

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

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

 span { border-color: rgb(232,113,148); }

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