Html Css Color HEX #E47485 Deep Blush

📋 copy color: '#E47485'

red 228 ◦ green 116 ◦ blue 133

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

Shades of Deep Blush #E47485

Tints of Deep Blush #E47485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.32%

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

R = 47.8%
G = 24.32%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E47485 (or 0xE47485) is known color: Deep Blush. HEX triplet: E4, 74 and 85. RGB value is (228,116,133). Sum of RGB (Red+Green+Blue) = 228+116+133=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E47485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47485 is #1B8B7A. Grayscale: #979797. Windows color (decimal): -1805179 or 8746212. OLE color: 8746212.

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

Color convert

RGB 228 116 133 -
CMYK 0 0.49 0.42 0.11
HSL 350.89º 0.67% 0.67% -
HSV(B) 350.89º 0.49% 0.89% -
XYZ 42.47 30.68 25.87 -
YUV 151.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 228 116 133 0 0.49 0.42 0.11 350.89 0.67 0.67
Hex E4 74 85 0 31 2A B 15F 43 43
Octal 344 164 205 0 61 52 13 537 103 103
Binary 11100100 1110100 10000101 0 110001 101010 1011 101011111 1000011 1000011

Color Harmonies of #E47485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47485

Black with #E47485

Text Example


Text Example

White with #E47485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47485; }

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

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

background-color css

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

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

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

border-color css

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

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

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