Html Css Color HEX #E76680 Deep Blush

📋 copy color: '#E76680'

red 231 ◦ green 102 ◦ blue 128

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

Shades of Deep Blush #E76680

Tints of Deep Blush #E76680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.13%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 50.11%
G = 22.13%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E76680 (or 0xE76680) is known color: Deep Blush. HEX triplet: E7, 66 and 80. RGB value is (231,102,128). Sum of RGB (Red+Green+Blue) = 231+102+128=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E76680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76680 is #18997F. Grayscale: #8F8F8F. Windows color (decimal): -1612160 or 8414951. OLE color: 8414951.

HSL color Cylindrical-coordinate representation of color #E76680: hue angle of 347.91º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76680 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 128 -
CMYK 0 0.56 0.45 0.09
HSL 347.91º 0.73% 0.65% -
HSV(B) 347.91º 0.56% 0.91% -
XYZ 41.6 28.05 23.64 -
YUV 143.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 231 102 128 0 0.56 0.45 0.09 347.91 0.73 0.65
Hex E7 66 80 0 38 2D 9 15C 49 41
Octal 347 146 200 0 70 55 11 534 111 101
Binary 11100111 1100110 10000000 0 111000 101101 1001 101011100 1001001 1000001

Color Harmonies of #E76680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76680

Black with #E76680

Text Example


Text Example

White with #E76680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76680; }

 p { color: rgb(231,102,128); }

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

background-color css

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

 a { background-color: rgb(231,102,128); }

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

border-color css

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

 span { border-color: rgb(231,102,128); }

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