Html Css Color HEX #E77484 Deep Blush

📋 copy color: '#E77484'

red 231 ◦ green 116 ◦ blue 132

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

Shades of Deep Blush #E77484

Tints of Deep Blush #E77484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.22%

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

R = 48.23%
G = 24.22%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E77484 (or 0xE77484) is known color: Deep Blush. HEX triplet: E7, 74 and 84. RGB value is (231,116,132). Sum of RGB (Red+Green+Blue) = 231+116+132=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77484 is #188B7B. Grayscale: #989898. Windows color (decimal): -1608572 or 8680679. OLE color: 8680679.

HSL color Cylindrical-coordinate representation of color #E77484: hue angle of 351.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77484 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 132 -
CMYK 0 0.50 0.43 0.09
HSL 351.65º 0.71% 0.68% -
HSV(B) 351.65º 0.5% 0.91% -
XYZ 43.37 31.15 25.56 -
YUV 152.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 231 116 132 0 0.50 0.43 0.09 351.65 0.71 0.68
Hex E7 74 84 0 32 2B 9 160 47 44
Octal 347 164 204 0 62 53 11 540 107 104
Binary 11100111 1110100 10000100 0 110010 101011 1001 101100000 1000111 1000100

Color Harmonies of #E77484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77484

Black with #E77484

Text Example


Text Example

White with #E77484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77484; }

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

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

background-color css

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

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

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

border-color css

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

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

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