#EA788B

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

Shades of Deep Blush #EA788B

Tints of Deep Blush #EA788B

Color information

#EA788B (or 0xEA788B) is unknown color: approx Deep Blush. HEX triplet: EA, 78 and 8B. RGB value is (234,120,139). Sum of RGB (Red+Green+Blue) = 234+120+139=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA788B is #158774. Grayscale: #9C9C9C. Windows color (decimal): -1410933 or 9140458. OLE color: 9140458.

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

Color convert

RGB234120139-
CMYK00.490.410.08
HSL350º73.08%69.41%-
HSV(B)350º48.72%91.76%-
XYZ45.3132.7928.37-
YUV156.25118.27183.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=47.46%
G=24.34%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412013900.490.410.0835073.0869.41
HexEA788B03129815e4945
Octal3521702130615110536111105
Binary111010101111000100010110110001101001100010101111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA788B; }

 p { color: rgb(234,120,139); }

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

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

 a { background-color: rgb(234,120,139); }

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

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

 span { border-color: rgb(234,120,139); }

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