#E0718A

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

Shades of Deep Blush #E0718A

Tints of Deep Blush #E0718A

Color information

#E0718A (or 0xE0718A) is unknown color: approx Deep Blush. HEX triplet: E0, 71 and 8A. RGB value is (224,113,138). Sum of RGB (Red+Green+Blue) = 224+113+138=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0718A is #1F8E75. Grayscale: #959595. Windows color (decimal): -2068086 or 9073120. OLE color: 9073120.

HSL color Cylindrical-coordinate representation of color #E0718A: hue angle of 346.49º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0718A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224113138-
CMYK00.500.380.12
HSL346.49º64.16%66.08%-
HSV(B)346.49º49.55%87.84%-
XYZ41.2329.4927.56-
YUV149.04121.77181.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=47.16%
G=23.79%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411313800.500.380.12346.4964.1666.08
HexE0718A03226C15a4042
Octal3401612120624614532100102
Binary111000001110001100010100110010100110110010101101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0718A; }

 p { color: rgb(224,113,138); }

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

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

 a { background-color: rgb(224,113,138); }

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

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

 span { border-color: rgb(224,113,138); }

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