Html Css Color HEX #E77685 Deep Blush

📋 copy color: '#E77685'

red 231 ◦ green 118 ◦ blue 133

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

Shades of Deep Blush #E77685

Tints of Deep Blush #E77685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

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

R = 47.93%
G = 24.48%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E77685 (or 0xE77685) is known color: Deep Blush. HEX triplet: E7, 76 and 85. RGB value is (231,118,133). Sum of RGB (Red+Green+Blue) = 231+118+133=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77685 is #18897A. Grayscale: #999999. Windows color (decimal): -1608059 or 8746727. OLE color: 8746727.

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

Color convert

RGB 231 118 133 -
CMYK 0 0.49 0.42 0.09
HSL 352.04º 0.7% 0.68% -
HSV(B) 352.04º 0.49% 0.91% -
XYZ 43.67 31.64 26 -
YUV 153.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 231 118 133 0 0.49 0.42 0.09 352.04 0.7 0.68
Hex E7 76 85 0 31 2A 9 160 46 44
Octal 347 166 205 0 61 52 11 540 106 104
Binary 11100111 1110110 10000101 0 110001 101010 1001 101100000 1000110 1000100

Color Harmonies of #E77685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77685

Black with #E77685

Text Example


Text Example

White with #E77685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77685; }

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

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

background-color css

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

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

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

border-color css

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

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

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