#EA7088

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

Shades of Deep Blush #EA7088

Tints of Deep Blush #EA7088

Color information

#EA7088 (or 0xEA7088) is unknown color: approx Deep Blush. HEX triplet: EA, 70 and 88. RGB value is (234,112,136). Sum of RGB (Red+Green+Blue) = 234+112+136=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7088 is #158F77. Grayscale: #979797. Windows color (decimal): -1412984 or 8941802. OLE color: 8941802.

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

Color convert

RGB234112136-
CMYK00.520.420.08
HSL348.2º74.39%67.84%-
HSV(B)348.2º52.14%91.76%-
XYZ44.1730.8626.92-
YUV151.21119.42187.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 112 (44.14% from 255) = 23.24%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=48.55%
G=23.24%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411213600.520.420.08348.274.3967.84
HexEA70880342A815c4a44
Octal3521602100645210534112104
Binary111010101110000100010000110100101010100010101110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7088; }

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

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

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

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

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

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

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

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