Html Css Color HEX #E76B8C Deep Blush

📋 copy color: '#E76B8C'

red 231 ◦ green 107 ◦ blue 140

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

Shades of Deep Blush #E76B8C

Tints of Deep Blush #E76B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

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

R = 48.33%
G = 22.38%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E76B8C (or 0xE76B8C) is known color: Deep Blush. HEX triplet: E7, 6B and 8C. RGB value is (231,107,140). Sum of RGB (Red+Green+Blue) = 231+107+140=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76B8C is #189473. Grayscale: #939393. Windows color (decimal): -1610868 or 9202663. OLE color: 9202663.

HSL color Cylindrical-coordinate representation of color #E76B8C: hue angle of 344.03º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76B8C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 107 140 -
CMYK 0 0.54 0.39 0.09
HSL 344.03º 0.72% 0.66% -
HSV(B) 344.03º 0.54% 0.91% -
XYZ 42.95 29.4 28.22 -
YUV 147.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 231 107 140 0 0.54 0.39 0.09 344.03 0.72 0.66
Hex E7 6B 8C 0 36 27 9 158 48 42
Octal 347 153 214 0 66 47 11 530 110 102
Binary 11100111 1101011 10001100 0 110110 100111 1001 101011000 1001000 1000010

Color Harmonies of #E76B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76B8C

Black with #E76B8C

Text Example


Text Example

White with #E76B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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