Html Css Color HEX #E76D8D Deep Blush

📋 copy color: '#E76D8D'

red 231 ◦ green 109 ◦ blue 141

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

Shades of Deep Blush #E76D8D

Tints of Deep Blush #E76D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

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

R = 48.02%
G = 22.66%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E76D8D (or 0xE76D8D) is known color: Deep Blush. HEX triplet: E7, 6D and 8D. RGB value is (231,109,141). Sum of RGB (Red+Green+Blue) = 231+109+141=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76D8D is #189272. Grayscale: #959595. Windows color (decimal): -1610355 or 9268711. OLE color: 9268711.

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

Color convert

RGB 231 109 141 -
CMYK 0 0.53 0.39 0.09
HSL 344.26º 0.72% 0.67% -
HSV(B) 344.26º 0.53% 0.91% -
XYZ 43.23 29.85 28.68 -
YUV 149.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 231 109 141 0 0.53 0.39 0.09 344.26 0.72 0.67
Hex E7 6D 8D 0 35 27 9 158 48 43
Octal 347 155 215 0 65 47 11 530 110 103
Binary 11100111 1101101 10001101 0 110101 100111 1001 101011000 1001000 1000011

Color Harmonies of #E76D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D8D

Black with #E76D8D

Text Example


Text Example

White with #E76D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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