Html Css Color HEX #E76A87 Deep Blush

📋 copy color: '#E76A87'

red 231 ◦ green 106 ◦ blue 135

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

Shades of Deep Blush #E76A87

Tints of Deep Blush #E76A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.6%

R = 48.94%
G = 22.46%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E76A87 (or 0xE76A87) is known color: Deep Blush. HEX triplet: E7, 6A and 87. RGB value is (231,106,135). Sum of RGB (Red+Green+Blue) = 231+106+135=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A87 is #189578. Grayscale: #929292. Windows color (decimal): -1611129 or 8874727. OLE color: 8874727.

HSL color Cylindrical-coordinate representation of color #E76A87: hue angle of 346.08º 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 #E76A87 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 135 -
CMYK 0 0.54 0.42 0.09
HSL 346.08º 0.72% 0.66% -
HSV(B) 346.08º 0.54% 0.91% -
XYZ 42.48 29.05 26.29 -
YUV 146.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 231 106 135 0 0.54 0.42 0.09 346.08 0.72 0.66
Hex E7 6A 87 0 36 2A 9 15A 48 42
Octal 347 152 207 0 66 52 11 532 110 102
Binary 11100111 1101010 10000111 0 110110 101010 1001 101011010 1001000 1000010

Color Harmonies of #E76A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A87

Black with #E76A87

Text Example


Text Example

White with #E76A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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