Html Css Color HEX #E56480 Deep Blush

📋 copy color: '#E56480'

red 229 ◦ green 100 ◦ blue 128

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

Shades of Deep Blush #E56480

Tints of Deep Blush #E56480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 50.11%
G = 21.88%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E56480 (or 0xE56480) is known color: Deep Blush. HEX triplet: E5, 64 and 80. RGB value is (229,100,128). Sum of RGB (Red+Green+Blue) = 229+100+128=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E56480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56480 is #1A9B7F. Grayscale: #8D8D8D. Windows color (decimal): -1743744 or 8414437. OLE color: 8414437.

HSL color Cylindrical-coordinate representation of color #E56480: hue angle of 346.98º 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 #E56480 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 100 128 -
CMYK 0 0.56 0.44 0.10
HSL 346.98º 0.71% 0.65% -
HSV(B) 346.98º 0.56% 0.9% -
XYZ 40.77 27.33 23.55 -
YUV 141.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 229 100 128 0 0.56 0.44 0.10 346.98 0.71 0.65
Hex E5 64 80 0 38 2C A 15B 47 41
Octal 345 144 200 0 70 54 12 533 107 101
Binary 11100101 1100100 10000000 0 111000 101100 1010 101011011 1000111 1000001

Color Harmonies of #E56480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56480

Black with #E56480

Text Example


Text Example

White with #E56480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56480; }

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

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

background-color css

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

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

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

border-color css

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

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

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