#E1718F

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

Shades of Deep Blush #E1718F

Tints of Deep Blush #E1718F

Color information

#E1718F (or 0xE1718F) is unknown color: approx Deep Blush. HEX triplet: E1, 71 and 8F. RGB value is (225,113,143). Sum of RGB (Red+Green+Blue) = 225+113+143=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1718F is #1E8E70. Grayscale: #959595. Windows color (decimal): -2002545 or 9400801. OLE color: 9400801.

HSL color Cylindrical-coordinate representation of color #E1718F: hue angle of 343.93º degrees, saturation: 0.65, 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 #E1718F is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225113143-
CMYK00.500.360.12
HSL343.93º65.12%66.27%-
HSV(B)343.93º49.78%88.24%-
XYZ41.9129.829.53-
YUV149.91124.11181.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=46.78%
G=23.49%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511314300.500.360.12343.9365.1266.27
HexE1718F03224C1584142
Octal3411612170624414530101102
Binary111000011110001100011110110010100100110010101100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1718F; }

 p { color: rgb(225,113,143); }

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

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

 a { background-color: rgb(225,113,143); }

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

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

 span { border-color: rgb(225,113,143); }

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