Html Css Color HEX #E76C92 Deep Blush

📋 copy color: '#E76C92'

red 231 ◦ green 108 ◦ blue 146

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

Shades of Deep Blush #E76C92

Tints of Deep Blush #E76C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.27%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 47.63%
G = 22.27%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E76C92 (or 0xE76C92) is known color: Deep Blush. HEX triplet: E7, 6C and 92. RGB value is (231,108,146). Sum of RGB (Red+Green+Blue) = 231+108+146=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C92 is #18936D. Grayscale: #959595. Windows color (decimal): -1610606 or 9596135. OLE color: 9596135.

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

Color convert

RGB 231 108 146 -
CMYK 0 0.53 0.37 0.09
HSL 341.46º 0.72% 0.66% -
HSV(B) 341.46º 0.53% 0.91% -
XYZ 43.51 29.79 30.65 -
YUV 149.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 231 108 146 0 0.53 0.37 0.09 341.46 0.72 0.66
Hex E7 6C 92 0 35 25 9 155 48 42
Octal 347 154 222 0 65 45 11 525 110 102
Binary 11100111 1101100 10010010 0 110101 100101 1001 101010101 1001000 1000010

Color Harmonies of #E76C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C92

Black with #E76C92

Text Example


Text Example

White with #E76C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C92; }

 p { color: rgb(231,108,146); }

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

background-color css

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

 a { background-color: rgb(231,108,146); }

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

border-color css

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

 span { border-color: rgb(231,108,146); }

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