Html Css Color HEX #E76790 Deep Blush

📋 copy color: '#E76790'

red 231 ◦ green 103 ◦ blue 144

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

Shades of Deep Blush #E76790

Tints of Deep Blush #E76790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.55%

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

R = 48.33%
G = 21.55%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E76790 (or 0xE76790) is known color: Deep Blush. HEX triplet: E7, 67 and 90. RGB value is (231,103,144). Sum of RGB (Red+Green+Blue) = 231+103+144=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76790 is #18986F. Grayscale: #919191. Windows color (decimal): -1611888 or 9463783. OLE color: 9463783.

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

Color convert

RGB 231 103 144 -
CMYK 0 0.55 0.38 0.09
HSL 340.78º 0.73% 0.65% -
HSV(B) 340.78º 0.55% 0.91% -
XYZ 42.84 28.7 29.67 -
YUV 145.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 231 103 144 0 0.55 0.38 0.09 340.78 0.73 0.65
Hex E7 67 90 0 37 26 9 155 49 41
Octal 347 147 220 0 67 46 11 525 111 101
Binary 11100111 1100111 10010000 0 110111 100110 1001 101010101 1001001 1000001

Color Harmonies of #E76790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76790

Black with #E76790

Text Example


Text Example

White with #E76790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76790; }

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

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

background-color css

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

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

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

border-color css

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

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

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