#E5758A

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

Shades of Deep Blush #E5758A

Tints of Deep Blush #E5758A

Color information

#E5758A (or 0xE5758A) is unknown color: approx Deep Blush. HEX triplet: E5, 75 and 8A. RGB value is (229,117,138). Sum of RGB (Red+Green+Blue) = 229+117+138=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5758A is #1A8A75. Grayscale: #989898. Windows color (decimal): -1739382 or 9074149. OLE color: 9074149.

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

Color convert

RGB229117138-
CMYK00.490.400.10
HSL348.75º68.29%67.84%-
HSV(B)348.75º48.91%89.8%-
XYZ43.2631.2227.79-
YUV152.88119.61182.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=47.31%
G=24.17%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911713800.490.400.10348.7568.2967.84
HexE5758A03128A15d4444
Octal3451652120615012535104104
Binary111001011110101100010100110001101000101010101110110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5758A; }

 p { color: rgb(229,117,138); }

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

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

 a { background-color: rgb(229,117,138); }

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

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

 span { border-color: rgb(229,117,138); }

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