Html Css Color HEX #E47985 Deep Blush

📋 copy color: '#E47985'

red 228 ◦ green 121 ◦ blue 133

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

Shades of Deep Blush #E47985

Tints of Deep Blush #E47985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.1%

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 47.3%
G = 25.1%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E47985 (or 0xE47985) is known color: Deep Blush. HEX triplet: E4, 79 and 85. RGB value is (228,121,133). Sum of RGB (Red+Green+Blue) = 228+121+133=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E47985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47985 is #1B867A. Grayscale: #9A9A9A. Windows color (decimal): -1803899 or 8747492. OLE color: 8747492.

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

Color convert

RGB 228 121 133 -
CMYK 0 0.47 0.42 0.11
HSL 353.27º 0.66% 0.68% -
HSV(B) 353.27º 0.47% 0.89% -
XYZ 43.07 31.86 26.07 -
YUV 154.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 228 121 133 0 0.47 0.42 0.11 353.27 0.66 0.68
Hex E4 79 85 0 2F 2A B 161 42 44
Octal 344 171 205 0 57 52 13 541 102 104
Binary 11100100 1111001 10000101 0 101111 101010 1011 101100001 1000010 1000100

Color Harmonies of #E47985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47985

Black with #E47985

Text Example


Text Example

White with #E47985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47985; }

 p { color: rgb(228,121,133); }

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

background-color css

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

 a { background-color: rgb(228,121,133); }

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

border-color css

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

 span { border-color: rgb(228,121,133); }

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