#E0758C

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

Shades of Deep Blush #E0758C

Tints of Deep Blush #E0758C

Color information

#E0758C (or 0xE0758C) is unknown color: approx Deep Blush. HEX triplet: E0, 75 and 8C. RGB value is (224,117,140). Sum of RGB (Red+Green+Blue) = 224+117+140=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0758C is #1F8A73. Grayscale: #979797. Windows color (decimal): -2067060 or 9205216. OLE color: 9205216.

HSL color Cylindrical-coordinate representation of color #E0758C: hue angle of 347.1º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0758C is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224117140-
CMYK00.480.380.12
HSL347.1º63.31%66.86%-
HSV(B)347.1º47.77%87.84%-
XYZ41.8430.4628.49-
YUV151.62121.45179.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=46.57%
G=24.32%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411714000.480.380.12347.163.3166.86
HexE0758C03026C15b3f43
Octal340165214060461453377103
Binary11100000111010110001100011000010011011001010110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0758C; }

 p { color: rgb(224,117,140); }

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

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

 a { background-color: rgb(224,117,140); }

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

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

 span { border-color: rgb(224,117,140); }

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