Html Css Color HEX #E76E8D Deep Blush

📋 copy color: '#E76E8D'

red 231 ◦ green 110 ◦ blue 141

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

Shades of Deep Blush #E76E8D

Tints of Deep Blush #E76E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

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

R = 47.93%
G = 22.82%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E76E8D (or 0xE76E8D) is known color: Deep Blush. HEX triplet: E7, 6E and 8D. RGB value is (231,110,141). Sum of RGB (Red+Green+Blue) = 231+110+141=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76E8D is #189172. Grayscale: #959595. Windows color (decimal): -1610099 or 9268967. OLE color: 9268967.

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

Color convert

RGB 231 110 141 -
CMYK 0 0.52 0.39 0.09
HSL 344.63º 0.72% 0.67% -
HSV(B) 344.63º 0.52% 0.91% -
XYZ 43.34 30.06 28.72 -
YUV 149.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 231 110 141 0 0.52 0.39 0.09 344.63 0.72 0.67
Hex E7 6E 8D 0 34 27 9 159 48 43
Octal 347 156 215 0 64 47 11 531 110 103
Binary 11100111 1101110 10001101 0 110100 100111 1001 101011001 1001000 1000011

Color Harmonies of #E76E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E8D

Black with #E76E8D

Text Example


Text Example

White with #E76E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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