Html Css Color HEX #E76881 Deep Blush

📋 copy color: '#E76881'

red 231 ◦ green 104 ◦ blue 129

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

Shades of Deep Blush #E76881

Tints of Deep Blush #E76881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 49.78%
G = 22.41%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E76881 (or 0xE76881) is known color: Deep Blush. HEX triplet: E7, 68 and 81. RGB value is (231,104,129). Sum of RGB (Red+Green+Blue) = 231+104+129=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E76881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76881 is #18977E. Grayscale: #909090. Windows color (decimal): -1611647 or 8480999. OLE color: 8480999.

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

Color convert

RGB 231 104 129 -
CMYK 0 0.55 0.44 0.09
HSL 348.19º 0.73% 0.66% -
HSV(B) 348.19º 0.55% 0.91% -
XYZ 41.87 28.47 24.06 -
YUV 144.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 231 104 129 0 0.55 0.44 0.09 348.19 0.73 0.66
Hex E7 68 81 0 37 2C 9 15C 49 42
Octal 347 150 201 0 67 54 11 534 111 102
Binary 11100111 1101000 10000001 0 110111 101100 1001 101011100 1001001 1000010

Color Harmonies of #E76881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76881

Black with #E76881

Text Example


Text Example

White with #E76881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76881; }

 p { color: rgb(231,104,129); }

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

background-color css

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

 a { background-color: rgb(231,104,129); }

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

border-color css

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

 span { border-color: rgb(231,104,129); }

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