#EA7788

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

Shades of Deep Blush #EA7788

Tints of Deep Blush #EA7788

Color information

#EA7788 (or 0xEA7788) is unknown color: approx Deep Blush. HEX triplet: EA, 77 and 88. RGB value is (234,119,136). Sum of RGB (Red+Green+Blue) = 234+119+136=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7788 is #158877. Grayscale: #9B9B9B. Windows color (decimal): -1411192 or 8943594. OLE color: 8943594.

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

Color convert

RGB234119136-
CMYK00.490.420.08
HSL351.13º73.25%69.22%-
HSV(B)351.13º49.15%91.76%-
XYZ44.9732.4627.19-
YUV155.32117.1184.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=47.85%
G=24.34%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411913600.490.420.08351.1373.2569.22
HexEA77880312A815f4945
Octal3521672100615210537111105
Binary111010101110111100010000110001101010100010101111110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7788; }

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

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

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

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

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

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

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

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