Html Css Color HEX #E76F8D Deep Blush

📋 copy color: '#E76F8D'

red 231 ◦ green 111 ◦ blue 141

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

Shades of Deep Blush #E76F8D

Tints of Deep Blush #E76F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.98%

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

R = 47.83%
G = 22.98%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E76F8D (or 0xE76F8D) is known color: Deep Blush. HEX triplet: E7, 6F and 8D. RGB value is (231,111,141). Sum of RGB (Red+Green+Blue) = 231+111+141=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76F8D is #189072. Grayscale: #969696. Windows color (decimal): -1609843 or 9269223. OLE color: 9269223.

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

Color convert

RGB 231 111 141 -
CMYK 0 0.52 0.39 0.09
HSL 345º 0.71% 0.67% -
HSV(B) 345º 0.52% 0.91% -
XYZ 43.45 30.28 28.75 -
YUV 150.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 231 111 141 0 0.52 0.39 0.09 345 0.71 0.67
Hex E7 6F 8D 0 34 27 9 159 47 43
Octal 347 157 215 0 64 47 11 531 107 103
Binary 11100111 1101111 10001101 0 110100 100111 1001 101011001 1000111 1000011

Color Harmonies of #E76F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76F8D

Black with #E76F8D

Text Example


Text Example

White with #E76F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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