Html Css Color HEX #E47086 Deep Blush

📋 copy color: '#E47086'

red 228 ◦ green 112 ◦ blue 134

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

Shades of Deep Blush #E47086

Tints of Deep Blush #E47086

RGB

 RED value IS 228 (89.45% from 255) = 48.1%

 GREEN value IS 112 (44.14% from 255) = 23.63%

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 48.1%
G = 23.63%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E47086 (or 0xE47086) is known color: Deep Blush. HEX triplet: E4, 70 and 86. RGB value is (228,112,134). Sum of RGB (Red+Green+Blue) = 228+112+134=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E47086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47086 is #1B8F79. Grayscale: #959595. Windows color (decimal): -1806202 or 8810724. OLE color: 8810724.

HSL color Cylindrical-coordinate representation of color #E47086: hue angle of 348.62º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E47086 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 134 -
CMYK 0 0.51 0.41 0.11
HSL 348.62º 0.68% 0.67% -
HSV(B) 348.62º 0.51% 0.89% -
XYZ 42.09 29.8 26.09 -
YUV 149.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 228 112 134 0 0.51 0.41 0.11 348.62 0.68 0.67
Hex E4 70 86 0 33 29 B 15D 44 43
Octal 344 160 206 0 63 51 13 535 104 103
Binary 11100100 1110000 10000110 0 110011 101001 1011 101011101 1000100 1000011

Color Harmonies of #E47086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47086

Black with #E47086

Text Example


Text Example

White with #E47086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47086; }

 p { color: rgb(228,112,134); }

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

background-color css

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

 a { background-color: rgb(228,112,134); }

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

border-color css

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

 span { border-color: rgb(228,112,134); }

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