Html Css Color HEX #E76F8C Deep Blush

📋 copy color: '#E76F8C'

red 231 ◦ green 111 ◦ blue 140

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

Shades of Deep Blush #E76F8C

Tints of Deep Blush #E76F8C

RGB

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

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

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

R = 47.93%
G = 23.03%
B = 29.05%

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

#E76F8C (or 0xE76F8C) is known color: Deep Blush. HEX triplet: E7, 6F and 8C. RGB value is (231,111,140). Sum of RGB (Red+Green+Blue) = 231+111+140=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76F8C is #189073. Grayscale: #969696. Windows color (decimal): -1609844 or 9203687. OLE color: 9203687.

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

Color convert

RGB 231 111 140 -
CMYK 0 0.52 0.39 0.09
HSL 345.5º 0.71% 0.67% -
HSV(B) 345.5º 0.52% 0.91% -
XYZ 43.37 30.25 28.36 -
YUV 150.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 231 111 140 0 0.52 0.39 0.09 345.5 0.71 0.67
Hex E7 6F 8C 0 34 27 9 15A 47 43
Octal 347 157 214 0 64 47 11 532 107 103
Binary 11100111 1101111 10001100 0 110100 100111 1001 101011010 1000111 1000011

Color Harmonies of #E76F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76F8C

Black with #E76F8C

Text Example


Text Example

White with #E76F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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