Html Css Color HEX #E56486 Deep Blush

📋 copy color: '#E56486'

red 229 ◦ green 100 ◦ blue 134

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

Shades of Deep Blush #E56486

Tints of Deep Blush #E56486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 49.46%
G = 21.6%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E56486 (or 0xE56486) is known color: Deep Blush. HEX triplet: E5, 64 and 86. RGB value is (229,100,134). Sum of RGB (Red+Green+Blue) = 229+100+134=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E56486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56486 is #1A9B79. Grayscale: #8E8E8E. Windows color (decimal): -1743738 or 8807653. OLE color: 8807653.

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

Color convert

RGB 229 100 134 -
CMYK 0 0.56 0.41 0.10
HSL 344.19º 0.71% 0.65% -
HSV(B) 344.19º 0.56% 0.9% -
XYZ 41.17 27.49 25.69 -
YUV 142.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 229 100 134 0 0.56 0.41 0.10 344.19 0.71 0.65
Hex E5 64 86 0 38 29 A 158 47 41
Octal 345 144 206 0 70 51 12 530 107 101
Binary 11100101 1100100 10000110 0 111000 101001 1010 101011000 1000111 1000001

Color Harmonies of #E56486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56486

Black with #E56486

Text Example


Text Example

White with #E56486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56486; }

 p { color: rgb(229,100,134); }

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

background-color css

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

 a { background-color: rgb(229,100,134); }

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

border-color css

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

 span { border-color: rgb(229,100,134); }

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