Html Css Color HEX #E77483 Deep Blush

📋 copy color: '#E77483'

red 231 ◦ green 116 ◦ blue 131

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

Shades of Deep Blush #E77483

Tints of Deep Blush #E77483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 48.33%
G = 24.27%
B = 27.41%

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

#E77483 (or 0xE77483) is known color: Deep Blush. HEX triplet: E7, 74 and 83. RGB value is (231,116,131). Sum of RGB (Red+Green+Blue) = 231+116+131=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E77483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77483 is #188B7C. Grayscale: #989898. Windows color (decimal): -1608573 or 8615143. OLE color: 8615143.

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

Color convert

RGB 231 116 131 -
CMYK 0 0.50 0.43 0.09
HSL 352.17º 0.71% 0.68% -
HSV(B) 352.17º 0.5% 0.91% -
XYZ 43.3 31.12 25.2 -
YUV 152.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 231 116 131 0 0.50 0.43 0.09 352.17 0.71 0.68
Hex E7 74 83 0 32 2B 9 160 47 44
Octal 347 164 203 0 62 53 11 540 107 104
Binary 11100111 1110100 10000011 0 110010 101011 1001 101100000 1000111 1000100

Color Harmonies of #E77483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77483

Black with #E77483

Text Example


Text Example

White with #E77483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77483; }

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

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

background-color css

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

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

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

border-color css

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

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

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