Html Css Color HEX #E76989 Deep Blush

📋 copy color: '#E76989'

red 231 ◦ green 105 ◦ blue 137

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

Shades of Deep Blush #E76989

Tints of Deep Blush #E76989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

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

R = 48.84%
G = 22.2%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E76989 (or 0xE76989) is known color: Deep Blush. HEX triplet: E7, 69 and 89. RGB value is (231,105,137). Sum of RGB (Red+Green+Blue) = 231+105+137=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E76989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76989 is #189676. Grayscale: #929292. Windows color (decimal): -1611383 or 9005543. OLE color: 9005543.

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

Color convert

RGB 231 105 137 -
CMYK 0 0.55 0.41 0.09
HSL 344.76º 0.72% 0.66% -
HSV(B) 344.76º 0.55% 0.91% -
XYZ 42.52 28.9 27 -
YUV 146.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 231 105 137 0 0.55 0.41 0.09 344.76 0.72 0.66
Hex E7 69 89 0 37 29 9 159 48 42
Octal 347 151 211 0 67 51 11 531 110 102
Binary 11100111 1101001 10001001 0 110111 101001 1001 101011001 1001000 1000010

Color Harmonies of #E76989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76989

Black with #E76989

Text Example


Text Example

White with #E76989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76989; }

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

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

background-color css

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

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

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

border-color css

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

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

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