Html Css Color HEX #E76C8D Deep Blush

📋 copy color: '#E76C8D'

red 231 ◦ green 108 ◦ blue 141

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

Shades of Deep Blush #E76C8D

Tints of Deep Blush #E76C8D

RGB

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

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

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

R = 48.13%
G = 22.5%
B = 29.38%

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

#E76C8D (or 0xE76C8D) is known color: Deep Blush. HEX triplet: E7, 6C and 8D. RGB value is (231,108,141). Sum of RGB (Red+Green+Blue) = 231+108+141=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C8D is #189372. Grayscale: #949494. Windows color (decimal): -1610611 or 9268455. OLE color: 9268455.

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

Color convert

RGB 231 108 141 -
CMYK 0 0.53 0.39 0.09
HSL 343.9º 0.72% 0.66% -
HSV(B) 343.9º 0.53% 0.91% -
XYZ 43.13 29.64 28.65 -
YUV 148.54 123.75 186.82 -
System Red Green Blue C M Y K H S L
Decimal 231 108 141 0 0.53 0.39 0.09 343.9 0.72 0.66
Hex E7 6C 8D 0 35 27 9 158 48 42
Octal 347 154 215 0 65 47 11 530 110 102
Binary 11100111 1101100 10001101 0 110101 100111 1001 101011000 1001000 1000010

Color Harmonies of #E76C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C8D

Black with #E76C8D

Text Example


Text Example

White with #E76C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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