Html Css Color HEX #EA7988 Deep Blush

📋 copy color: '#EA7988'

red 234 ◦ green 121 ◦ blue 136

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

Shades of Deep Blush #EA7988

Tints of Deep Blush #EA7988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.64%

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 47.66%
G = 24.64%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA7988 (or 0xEA7988) is known color: Deep Blush. HEX triplet: EA, 79 and 88. RGB value is (234,121,136). Sum of RGB (Red+Green+Blue) = 234+121+136=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7988 is #158677. Grayscale: #9C9C9C. Windows color (decimal): -1410680 or 8944106. OLE color: 8944106.

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

Color convert

RGB 234 121 136 -
CMYK 0 0.48 0.42 0.08
HSL 352.04º 0.73% 0.7% -
HSV(B) 352.04º 0.48% 0.92% -
XYZ 45.21 32.94 27.27 -
YUV 156.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 234 121 136 0 0.48 0.42 0.08 352.04 0.73 0.7
Hex EA 79 88 0 30 2A 8 160 49 46
Octal 352 171 210 0 60 52 10 540 111 106
Binary 11101010 1111001 10001000 0 110000 101010 1000 101100000 1001001 1000110

Color Harmonies of #EA7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7988

Black with #EA7988

Text Example


Text Example

White with #EA7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7988; }

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

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

background-color css

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

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

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

border-color css

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

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

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