#E56481

Color #E56481 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E56481

Tints of Deep Blush #E56481

Color information

#E56481 (or 0xE56481) is unknown color: approx Deep Blush. HEX triplet: E5, 64 and 81. RGB value is (229,100,129). Sum of RGB (Red+Green+Blue) = 229+100+129=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E56481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56481 is #1A9B7E. Grayscale: #8D8D8D. Windows color (decimal): -1743743 or 8479973. OLE color: 8479973.

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

Color convert

RGB229100129-
CMYK00.560.440.10
HSL346.51º71.27%64.51%-
HSV(B)346.51º56.33%89.8%-
XYZ40.8327.3623.9-
YUV141.88120.74190.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=50%
G=21.83%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910012900.560.440.10346.5171.2764.51
HexE564810382CA15b4741
Octal3451442010705412533107101
Binary111001011100100100000010111000101100101010101101110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56481; }

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

 H1.HeaderClassName
 {
   color: #E56481;
 }
 .AnyTagClassName
 {
   color: #E56481;
 }
</style>
background-color css

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

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

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

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

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

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