#E87294

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

Shades of Deep Blush #E87294

Tints of Deep Blush #E87294

Color information

#E87294 (or 0xE87294) is unknown color: approx Deep Blush. HEX triplet: E8, 72 and 94. RGB value is (232,114,148). Sum of RGB (Red+Green+Blue) = 232+114+148=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E87294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87294 is #178D6B. Grayscale: #999999. Windows color (decimal): -1543532 or 9728744. OLE color: 9728744.

HSL color Cylindrical-coordinate representation of color #E87294: hue angle of 342.71º 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 #E87294 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232114148-
CMYK00.510.360.09
HSL342.71º71.95%67.84%-
HSV(B)342.71º50.86%90.98%-
XYZ44.6431.3331.71-
YUV153.16125.09184.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.96%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=46.96%
G=23.08%
B=29.96%

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
Decimal23211414800.510.360.09342.7171.9567.84
HexE872940332491574844
Octal3501622240634411527110104
Binary111010001110010100101000110011100100100110101011110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87294; }

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

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

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

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

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

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

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

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