Html Css Color HEX #E76C82 Deep Blush

📋 copy color: '#E76C82'

red 231 ◦ green 108 ◦ blue 130

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

Shades of Deep Blush #E76C82

Tints of Deep Blush #E76C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.72%

R = 49.25%
G = 23.03%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E76C82 (or 0xE76C82) is known color: Deep Blush. HEX triplet: E7, 6C and 82. RGB value is (231,108,130). Sum of RGB (Red+Green+Blue) = 231+108+130=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C82 is #18937D. Grayscale: #939393. Windows color (decimal): -1610622 or 8547559. OLE color: 8547559.

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

Color convert

RGB 231 108 130 -
CMYK 0 0.53 0.44 0.09
HSL 349.27º 0.72% 0.66% -
HSV(B) 349.27º 0.53% 0.91% -
XYZ 42.35 29.33 24.55 -
YUV 147.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 231 108 130 0 0.53 0.44 0.09 349.27 0.72 0.66
Hex E7 6C 82 0 35 2C 9 15D 48 42
Octal 347 154 202 0 65 54 11 535 110 102
Binary 11100111 1101100 10000010 0 110101 101100 1001 101011101 1001000 1000010

Color Harmonies of #E76C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C82

Black with #E76C82

Text Example


Text Example

White with #E76C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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