Html Css Color HEX #E57985 Deep Blush

📋 copy color: '#E57985'

red 229 ◦ green 121 ◦ blue 133

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

Shades of Deep Blush #E57985

Tints of Deep Blush #E57985

RGB

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

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

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

R = 47.41%
G = 25.05%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E57985 (or 0xE57985) is known color: Deep Blush. HEX triplet: E5, 79 and 85. RGB value is (229,121,133). Sum of RGB (Red+Green+Blue) = 229+121+133=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E57985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57985 is #1A867A. Grayscale: #9A9A9A. Windows color (decimal): -1738363 or 8747493. OLE color: 8747493.

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

Color convert

RGB 229 121 133 -
CMYK 0 0.47 0.42 0.10
HSL 353.33º 0.68% 0.69% -
HSV(B) 353.33º 0.47% 0.9% -
XYZ 43.38 32.03 26.09 -
YUV 154.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 229 121 133 0 0.47 0.42 0.10 353.33 0.68 0.69
Hex E5 79 85 0 2F 2A A 161 44 45
Octal 345 171 205 0 57 52 12 541 104 105
Binary 11100101 1111001 10000101 0 101111 101010 1010 101100001 1000100 1000101

Color Harmonies of #E57985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57985

Black with #E57985

Text Example


Text Example

White with #E57985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57985; }

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

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

background-color css

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

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

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

border-color css

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

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

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