#E46486

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

Shades of Deep Blush #E46486

Tints of Deep Blush #E46486

Color information

#E46486 (or 0xE46486) is unknown color: approx Deep Blush. HEX triplet: E4, 64 and 86. RGB value is (228,100,134). Sum of RGB (Red+Green+Blue) = 228+100+134=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E46486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46486 is #1B9B79. Grayscale: #8E8E8E. Windows color (decimal): -1809274 or 8807652. OLE color: 8807652.

HSL color Cylindrical-coordinate representation of color #E46486: hue angle of 344.06º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E46486 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB228100134-
CMYK00.560.410.11
HSL344.06º70.33%64.31%-
HSV(B)344.06º56.14%89.41%-
XYZ40.8627.3325.68-
YUV142.15123.41189.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=49.35%
G=21.65%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810013400.560.410.11344.0670.3364.31
HexE4648603829B1584640
Octal3441442060705113530106100
Binary111001001100100100001100111000101001101110101100010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46486; }

 p { color: rgb(228,100,134); }

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

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

 a { background-color: rgb(228,100,134); }

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

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

 span { border-color: rgb(228,100,134); }

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