Html Css Color HEX #E77293 Deep Blush

📋 copy color: '#E77293'

red 231 ◦ green 114 ◦ blue 147

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

Shades of Deep Blush #E77293

Tints of Deep Blush #E77293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.17%

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 46.95%
G = 23.17%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E77293 (or 0xE77293) is known color: Deep Blush. HEX triplet: E7, 72 and 93. RGB value is (231,114,147). Sum of RGB (Red+Green+Blue) = 231+114+147=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E77293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77293 is #188D6C. Grayscale: #989898. Windows color (decimal): -1609069 or 9663207. OLE color: 9663207.

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

Color convert

RGB 231 114 147 -
CMYK 0 0.51 0.36 0.09
HSL 343.08º 0.71% 0.68% -
HSV(B) 343.08º 0.51% 0.91% -
XYZ 44.24 31.13 31.28 -
YUV 152.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 231 114 147 0 0.51 0.36 0.09 343.08 0.71 0.68
Hex E7 72 93 0 33 24 9 157 47 44
Octal 347 162 223 0 63 44 11 527 107 104
Binary 11100111 1110010 10010011 0 110011 100100 1001 101010111 1000111 1000100

Color Harmonies of #E77293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77293

Black with #E77293

Text Example


Text Example

White with #E77293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77293; }

 p { color: rgb(231,114,147); }

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

background-color css

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

 a { background-color: rgb(231,114,147); }

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

border-color css

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

 span { border-color: rgb(231,114,147); }

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