Html Css Color HEX #E56985 Deep Blush

📋 copy color: '#E56985'

red 229 ◦ green 105 ◦ blue 133

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

Shades of Deep Blush #E56985

Tints of Deep Blush #E56985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.48%

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

R = 49.04%
G = 22.48%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E56985 (or 0xE56985) is known color: Deep Blush. HEX triplet: E5, 69 and 85. RGB value is (229,105,133). Sum of RGB (Red+Green+Blue) = 229+105+133=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E56985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56985 is #1A967A. Grayscale: #919191. Windows color (decimal): -1742459 or 8743397. OLE color: 8743397.

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

Color convert

RGB 229 105 133 -
CMYK 0 0.54 0.42 0.10
HSL 346.45º 0.7% 0.65% -
HSV(B) 346.45º 0.54% 0.9% -
XYZ 41.6 28.45 25.49 -
YUV 145.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 229 105 133 0 0.54 0.42 0.10 346.45 0.7 0.65
Hex E5 69 85 0 36 2A A 15A 46 41
Octal 345 151 205 0 66 52 12 532 106 101
Binary 11100101 1101001 10000101 0 110110 101010 1010 101011010 1000110 1000001

Color Harmonies of #E56985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56985

Black with #E56985

Text Example


Text Example

White with #E56985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56985; }

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

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

background-color css

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

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

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

border-color css

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

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

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