Html Css Color HEX #E76A91 Deep Blush

📋 copy color: '#E76A91'

red 231 ◦ green 106 ◦ blue 145

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

Shades of Deep Blush #E76A91

Tints of Deep Blush #E76A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 47.93%
G = 21.99%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E76A91 (or 0xE76A91) is known color: Deep Blush. HEX triplet: E7, 6A and 91. RGB value is (231,106,145). Sum of RGB (Red+Green+Blue) = 231+106+145=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A91 is #18956E. Grayscale: #939393. Windows color (decimal): -1611119 or 9530087. OLE color: 9530087.

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

Color convert

RGB 231 106 145 -
CMYK 0 0.54 0.37 0.09
HSL 341.28º 0.72% 0.66% -
HSV(B) 341.28º 0.54% 0.91% -
XYZ 43.22 29.34 30.17 -
YUV 147.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 231 106 145 0 0.54 0.37 0.09 341.28 0.72 0.66
Hex E7 6A 91 0 36 25 9 155 48 42
Octal 347 152 221 0 66 45 11 525 110 102
Binary 11100111 1101010 10010001 0 110110 100101 1001 101010101 1001000 1000010

Color Harmonies of #E76A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A91

Black with #E76A91

Text Example


Text Example

White with #E76A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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