#E46F8C

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

Shades of Deep Blush #E46F8C

Tints of Deep Blush #E46F8C

Color information

#E46F8C (or 0xE46F8C) is unknown color: approx Deep Blush. HEX triplet: E4, 6F and 8C. RGB value is (228,111,140). Sum of RGB (Red+Green+Blue) = 228+111+140=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46F8C is #1B9073. Grayscale: #959595. Windows color (decimal): -1806452 or 9203684. OLE color: 9203684.

HSL color Cylindrical-coordinate representation of color #E46F8C: hue angle of 345.13º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46F8C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB228111140-
CMYK00.510.390.11
HSL345.13º68.42%66.47%-
HSV(B)345.13º51.32%89.41%-
XYZ42.4129.7628.32-
YUV149.29122.76184.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.60%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=47.60%
G=23.17%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811114000.510.390.11345.1368.4266.47
HexE46F8C03327B1594442
Octal3441572140634713531104102
Binary111001001101111100011000110011100111101110101100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46F8C; }

 p { color: rgb(228,111,140); }

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

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

 a { background-color: rgb(228,111,140); }

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

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

 span { border-color: rgb(228,111,140); }

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