#ea728d

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

Shades of Deep Blush #EA728D

Tints of Deep Blush #EA728D

Color information

#EA728D (or 0xEA728D) is unknown color: approx Deep Blush. HEX triplet: EA, 72 and 8D. RGB value is (234,114,141). Sum of RGB (Red+Green+Blue) = 234+114+141=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA728D is #158D72. Grayscale: #989898. Windows color (decimal): -1412467 or 9269994. OLE color: 9269994.

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

Color convert

RGB234114141-
CMYK00.510.400.08
HSL346.5º74.07%68.24%-
HSV(B)346.5º51.28%91.76%-
XYZ44.7631.4528.91-
YUV152.96121.26185.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=47.85%
G=23.31%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411414100.510.400.08346.574.0768.24
HexEA728D03328815a4a44
Octal3521622150635010532112104
Binary111010101110010100011010110011101000100010101101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea728d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea728d; }

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

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

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

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

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

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

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

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