#EA7389

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

Shades of Deep Blush #EA7389

Tints of Deep Blush #EA7389

Color information

#EA7389 (or 0xEA7389) is unknown color: approx Deep Blush. HEX triplet: EA, 73 and 89. RGB value is (234,115,137). Sum of RGB (Red+Green+Blue) = 234+115+137=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7389 is #158C76. Grayscale: #999999. Windows color (decimal): -1412215 or 9008106. OLE color: 9008106.

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

Color convert

RGB234115137-
CMYK00.510.410.08
HSL348.91º73.91%68.43%-
HSV(B)348.91º50.85%91.76%-
XYZ44.5831.5627.41-
YUV153.09118.92185.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=48.15%
G=23.66%
B=28.19%

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
Decimal23411513700.510.410.08348.9173.9168.43
HexEA738903329815d4a44
Octal3521632110635110535112104
Binary111010101110011100010010110011101001100010101110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7389; }

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

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

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

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

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

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

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

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