Html Css Color HEX #E7768D Deep Blush

📋 copy color: '#E7768D'

red 231 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #E7768D

Tints of Deep Blush #E7768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 47.14%
G = 24.08%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7768D (or 0xE7768D) is known color: Deep Blush. HEX triplet: E7, 76 and 8D. RGB value is (231,118,141). Sum of RGB (Red+Green+Blue) = 231+118+141=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7768D is #188972. Grayscale: #9A9A9A. Windows color (decimal): -1608051 or 9271015. OLE color: 9271015.

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

Color convert

RGB 231 118 141 -
CMYK 0 0.49 0.39 0.09
HSL 347.79º 0.7% 0.68% -
HSV(B) 347.79º 0.49% 0.91% -
XYZ 44.24 31.87 29.02 -
YUV 154.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 231 118 141 0 0.49 0.39 0.09 347.79 0.7 0.68
Hex E7 76 8D 0 31 27 9 15C 46 44
Octal 347 166 215 0 61 47 11 534 106 104
Binary 11100111 1110110 10001101 0 110001 100111 1001 101011100 1000110 1000100

Color Harmonies of #E7768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7768D

Black with #E7768D

Text Example


Text Example

White with #E7768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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