Html Css Color HEX #E57485 Deep Blush

📋 copy color: '#E57485'

red 229 ◦ green 116 ◦ blue 133

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

Shades of Deep Blush #E57485

Tints of Deep Blush #E57485

RGB

 RED value IS 229 (89.84% from 255) = 47.91%

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

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

R = 47.91%
G = 24.27%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E57485 (or 0xE57485) is known color: Deep Blush. HEX triplet: E5, 74 and 85. RGB value is (229,116,133). Sum of RGB (Red+Green+Blue) = 229+116+133=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E57485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57485 is #1A8B7A. Grayscale: #979797. Windows color (decimal): -1739643 or 8746213. OLE color: 8746213.

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

Color convert

RGB 229 116 133 -
CMYK 0 0.49 0.42 0.10
HSL 350.97º 0.68% 0.68% -
HSV(B) 350.97º 0.49% 0.9% -
XYZ 42.79 30.84 25.89 -
YUV 151.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 229 116 133 0 0.49 0.42 0.10 350.97 0.68 0.68
Hex E5 74 85 0 31 2A A 15F 44 44
Octal 345 164 205 0 61 52 12 537 104 104
Binary 11100101 1110100 10000101 0 110001 101010 1010 101011111 1000100 1000100

Color Harmonies of #E57485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57485

Black with #E57485

Text Example


Text Example

White with #E57485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57485; }

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

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

background-color css

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

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

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

border-color css

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

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

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