#EA7289

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

Shades of Deep Blush #EA7289

Tints of Deep Blush #EA7289

Color information

#EA7289 (or 0xEA7289) is unknown color: approx Deep Blush. HEX triplet: EA, 72 and 89. RGB value is (234,114,137). Sum of RGB (Red+Green+Blue) = 234+114+137=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7289 is #158D76. Grayscale: #989898. Windows color (decimal): -1412471 or 9007850. OLE color: 9007850.

HSL color Cylindrical-coordinate representation of color #EA7289: hue angle of 348.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7289 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234114137-
CMYK00.510.410.08
HSL348.5º74.07%68.24%-
HSV(B)348.5º51.28%91.76%-
XYZ44.4631.3327.37-
YUV152.5119.26186.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=48.25%
G=23.51%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411413700.510.410.08348.574.0768.24
HexEA728903329815c4a44
Octal3521622110635110534112104
Binary111010101110010100010010110011101001100010101110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7289; }

 p { color: rgb(234,114,137); }

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

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

 a { background-color: rgb(234,114,137); }

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

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

 span { border-color: rgb(234,114,137); }

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