Html Css Color HEX #E77490 Deep Blush

📋 copy color: '#E77490'

red 231 ◦ green 116 ◦ blue 144

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

Shades of Deep Blush #E77490

Tints of Deep Blush #E77490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 47.05%
G = 23.63%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E77490 (or 0xE77490) is known color: Deep Blush. HEX triplet: E7, 74 and 90. RGB value is (231,116,144). Sum of RGB (Red+Green+Blue) = 231+116+144=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E77490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77490 is #188B6F. Grayscale: #999999. Windows color (decimal): -1608560 or 9467111. OLE color: 9467111.

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

Color convert

RGB 231 116 144 -
CMYK 0 0.50 0.38 0.09
HSL 345.39º 0.71% 0.68% -
HSV(B) 345.39º 0.5% 0.91% -
XYZ 44.23 31.49 30.13 -
YUV 153.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 231 116 144 0 0.50 0.38 0.09 345.39 0.71 0.68
Hex E7 74 90 0 32 26 9 159 47 44
Octal 347 164 220 0 62 46 11 531 107 104
Binary 11100111 1110100 10010000 0 110010 100110 1001 101011001 1000111 1000100

Color Harmonies of #E77490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77490

Black with #E77490

Text Example


Text Example

White with #E77490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77490; }

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

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

background-color css

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

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

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

border-color css

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

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

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