Html Css Color HEX #E7768C Deep Blush

📋 copy color: '#E7768C'

red 231 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #E7768C

Tints of Deep Blush #E7768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 47.24%
G = 24.13%
B = 28.63%

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

#E7768C (or 0xE7768C) is known color: Deep Blush. HEX triplet: E7, 76 and 8C. RGB value is (231,118,140). Sum of RGB (Red+Green+Blue) = 231+118+140=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7768C is #188973. Grayscale: #9A9A9A. Windows color (decimal): -1608052 or 9205479. OLE color: 9205479.

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

Color convert

RGB 231 118 140 -
CMYK 0 0.49 0.39 0.09
HSL 348.32º 0.7% 0.68% -
HSV(B) 348.32º 0.49% 0.91% -
XYZ 44.17 31.84 28.63 -
YUV 154.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 231 118 140 0 0.49 0.39 0.09 348.32 0.7 0.68
Hex E7 76 8C 0 31 27 9 15C 46 44
Octal 347 166 214 0 61 47 11 534 106 104
Binary 11100111 1110110 10001100 0 110001 100111 1001 101011100 1000110 1000100

Color Harmonies of #E7768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7768C

Black with #E7768C

Text Example


Text Example

White with #E7768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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