Html Css Color HEX #E76A8D Deep Blush

📋 copy color: '#E76A8D'

red 231 ◦ green 106 ◦ blue 141

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

Shades of Deep Blush #E76A8D

Tints of Deep Blush #E76A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 48.33%
G = 22.18%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E76A8D (or 0xE76A8D) is known color: Deep Blush. HEX triplet: E7, 6A and 8D. RGB value is (231,106,141). Sum of RGB (Red+Green+Blue) = 231+106+141=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A8D is #189572. Grayscale: #939393. Windows color (decimal): -1611123 or 9267943. OLE color: 9267943.

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

Color convert

RGB 231 106 141 -
CMYK 0 0.54 0.39 0.09
HSL 343.2º 0.72% 0.66% -
HSV(B) 343.2º 0.54% 0.91% -
XYZ 42.92 29.22 28.58 -
YUV 147.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 231 106 141 0 0.54 0.39 0.09 343.2 0.72 0.66
Hex E7 6A 8D 0 36 27 9 157 48 42
Octal 347 152 215 0 66 47 11 527 110 102
Binary 11100111 1101010 10001101 0 110110 100111 1001 101010111 1001000 1000010

Color Harmonies of #E76A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A8D

Black with #E76A8D

Text Example


Text Example

White with #E76A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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