Html Css Color HEX #E77090 Deep Blush

📋 copy color: '#E77090'

red 231 ◦ green 112 ◦ blue 144

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

Shades of Deep Blush #E77090

Tints of Deep Blush #E77090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

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

R = 47.43%
G = 23%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E77090 (or 0xE77090) is known color: Deep Blush. HEX triplet: E7, 70 and 90. RGB value is (231,112,144). Sum of RGB (Red+Green+Blue) = 231+112+144=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E77090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77090 is #188F6F. Grayscale: #979797. Windows color (decimal): -1609584 or 9466087. OLE color: 9466087.

HSL color Cylindrical-coordinate representation of color #E77090: hue angle of 343.87º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77090 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 144 -
CMYK 0 0.52 0.38 0.09
HSL 343.87º 0.71% 0.67% -
HSV(B) 343.87º 0.52% 0.91% -
XYZ 43.78 30.59 29.98 -
YUV 151.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 231 112 144 0 0.52 0.38 0.09 343.87 0.71 0.67
Hex E7 70 90 0 34 26 9 158 47 43
Octal 347 160 220 0 64 46 11 530 107 103
Binary 11100111 1110000 10010000 0 110100 100110 1001 101011000 1000111 1000011

Color Harmonies of #E77090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77090

Black with #E77090

Text Example


Text Example

White with #E77090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77090; }

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

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

background-color css

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

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

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

border-color css

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

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

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