#EA778D

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

Shades of Deep Blush #EA778D

Tints of Deep Blush #EA778D

Color information

#EA778D (or 0xEA778D) is unknown color: approx Deep Blush. HEX triplet: EA, 77 and 8D. RGB value is (234,119,141). Sum of RGB (Red+Green+Blue) = 234+119+141=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA778D is #158872. Grayscale: #9B9B9B. Windows color (decimal): -1411187 or 9271274. OLE color: 9271274.

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

Color convert

RGB234119141-
CMYK00.490.400.08
HSL348.52º73.25%69.22%-
HSV(B)348.52º49.15%91.76%-
XYZ45.3432.6129.1-
YUV155.89119.6183.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=47.37%
G=24.09%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411914100.490.400.08348.5273.2569.22
HexEA778D03128815d4945
Octal3521672150615010535111105
Binary111010101110111100011010110001101000100010101110110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA778D; }

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

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

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

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

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

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

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

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