Html Css Color HEX #E77385 Deep Blush

📋 copy color: '#E77385'

red 231 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #E77385

Tints of Deep Blush #E77385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 48.23%
G = 24.01%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E77385 (or 0xE77385) is known color: Deep Blush. HEX triplet: E7, 73 and 85. RGB value is (231,115,133). Sum of RGB (Red+Green+Blue) = 231+115+133=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77385 is #188C7A. Grayscale: #979797. Windows color (decimal): -1608827 or 8745959. OLE color: 8745959.

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

Color convert

RGB 231 115 133 -
CMYK 0 0.50 0.42 0.09
HSL 350.69º 0.71% 0.68% -
HSV(B) 350.69º 0.5% 0.91% -
XYZ 43.32 30.94 25.88 -
YUV 151.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 231 115 133 0 0.50 0.42 0.09 350.69 0.71 0.68
Hex E7 73 85 0 32 2A 9 15F 47 44
Octal 347 163 205 0 62 52 11 537 107 104
Binary 11100111 1110011 10000101 0 110010 101010 1001 101011111 1000111 1000100

Color Harmonies of #E77385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77385

Black with #E77385

Text Example


Text Example

White with #E77385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77385; }

 p { color: rgb(231,115,133); }

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

background-color css

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

 a { background-color: rgb(231,115,133); }

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

border-color css

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

 span { border-color: rgb(231,115,133); }

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