Html Css Color HEX #E76A89 Deep Blush

📋 copy color: '#E76A89'

red 231 ◦ green 106 ◦ blue 137

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

Shades of Deep Blush #E76A89

Tints of Deep Blush #E76A89

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

 GREEN value IS 106 (41.8% from 255) = 22.36%

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 48.73%
G = 22.36%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E76A89 (or 0xE76A89) is known color: Deep Blush. HEX triplet: E7, 6A and 89. RGB value is (231,106,137). Sum of RGB (Red+Green+Blue) = 231+106+137=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A89 is #189576. Grayscale: #929292. Windows color (decimal): -1611127 or 9005799. OLE color: 9005799.

HSL color Cylindrical-coordinate representation of color #E76A89: hue angle of 345.12º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A89 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 137 -
CMYK 0 0.54 0.41 0.09
HSL 345.12º 0.72% 0.66% -
HSV(B) 345.12º 0.54% 0.91% -
XYZ 42.62 29.1 27.04 -
YUV 146.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 231 106 137 0 0.54 0.41 0.09 345.12 0.72 0.66
Hex E7 6A 89 0 36 29 9 159 48 42
Octal 347 152 211 0 66 51 11 531 110 102
Binary 11100111 1101010 10001001 0 110110 101001 1001 101011001 1001000 1000010

Color Harmonies of #E76A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A89

Black with #E76A89

Text Example


Text Example

White with #E76A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A89; }

 p { color: rgb(231,106,137); }

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

background-color css

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

 a { background-color: rgb(231,106,137); }

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

border-color css

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

 span { border-color: rgb(231,106,137); }

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