Html Css Color HEX #E77984 Deep Blush

📋 copy color: '#E77984'

red 231 ◦ green 121 ◦ blue 132

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

Shades of Deep Blush #E77984

Tints of Deep Blush #E77984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25%

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 47.73%
G = 25%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E77984 (or 0xE77984) is known color: Deep Blush. HEX triplet: E7, 79 and 84. RGB value is (231,121,132). Sum of RGB (Red+Green+Blue) = 231+121+132=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E77984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77984 is #18867B. Grayscale: #9B9B9B. Windows color (decimal): -1607292 or 8681959. OLE color: 8681959.

HSL color Cylindrical-coordinate representation of color #E77984: hue angle of 354º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77984 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 121 132 -
CMYK 0 0.48 0.43 0.09
HSL 354º 0.7% 0.69% -
HSV(B) 354º 0.48% 0.91% -
XYZ 43.96 32.33 25.75 -
YUV 155.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 231 121 132 0 0.48 0.43 0.09 354 0.7 0.69
Hex E7 79 84 0 30 2B 9 162 46 45
Octal 347 171 204 0 60 53 11 542 106 105
Binary 11100111 1111001 10000100 0 110000 101011 1001 101100010 1000110 1000101

Color Harmonies of #E77984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77984

Black with #E77984

Text Example


Text Example

White with #E77984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77984; }

 p { color: rgb(231,121,132); }

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

background-color css

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

 a { background-color: rgb(231,121,132); }

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

border-color css

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

 span { border-color: rgb(231,121,132); }

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