Html Css Color HEX #EA788C Deep Blush

📋 copy color: '#EA788C'

red 234 ◦ green 120 ◦ blue 140

#EA788C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #EA788C

Tints of Deep Blush #EA788C

RGB

 RED value IS 234 (91.8% from 255) = 47.37%

 GREEN value IS 120 (47.27% from 255) = 24.29%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 47.37%
G = 24.29%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA788C (or 0xEA788C) is known color: Deep Blush. HEX triplet: EA, 78 and 8C. RGB value is (234,120,140). Sum of RGB (Red+Green+Blue) = 234+120+140=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA788C is #158773. Grayscale: #9C9C9C. Windows color (decimal): -1410932 or 9205994. OLE color: 9205994.

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

Color convert

RGB 234 120 140 -
CMYK 0 0.49 0.40 0.08
HSL 349.47º 0.73% 0.69% -
HSV(B) 349.47º 0.49% 0.92% -
XYZ 45.38 32.82 28.75 -
YUV 156.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 234 120 140 0 0.49 0.40 0.08 349.47 0.73 0.69
Hex EA 78 8C 0 31 28 8 15D 49 45
Octal 352 170 214 0 61 50 10 535 111 105
Binary 11101010 1111000 10001100 0 110001 101000 1000 101011101 1001001 1000101

Color Harmonies of #EA788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA788C

Black with #EA788C

Text Example


Text Example

White with #EA788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA788C; }

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

 H1.HeaderClassName
 {
   color: #EA788C;
 }
 .AnyTagClassName
 {
   color: #EA788C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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