#EA7388

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

Shades of Deep Blush #EA7388

Tints of Deep Blush #EA7388

Color information

#EA7388 (or 0xEA7388) is unknown color: approx Deep Blush. HEX triplet: EA, 73 and 88. RGB value is (234,115,136). Sum of RGB (Red+Green+Blue) = 234+115+136=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7388 is #158C77. Grayscale: #999999. Windows color (decimal): -1412216 or 8942570. OLE color: 8942570.

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

Color convert

RGB234115136-
CMYK00.510.420.08
HSL349.41º73.91%68.43%-
HSV(B)349.41º50.85%91.76%-
XYZ44.5131.5327.03-
YUV152.98118.42185.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=48.25%
G=23.71%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411513600.510.420.08349.4173.9168.43
HexEA73880332A815d4a44
Octal3521632100635210535112104
Binary111010101110011100010000110011101010100010101110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7388; }

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

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

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

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

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

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

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

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