#E46981

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

Shades of Deep Blush #E46981

Tints of Deep Blush #E46981

Color information

#E46981 (or 0xE46981) is unknown color: approx Deep Blush. HEX triplet: E4, 69 and 81. RGB value is (228,105,129). Sum of RGB (Red+Green+Blue) = 228+105+129=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E46981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46981 is #1B967E. Grayscale: #909090. Windows color (decimal): -1807999 or 8481252. OLE color: 8481252.

HSL color Cylindrical-coordinate representation of color #E46981: hue angle of 348.29º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46981 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228105129-
CMYK00.540.430.11
HSL348.29º69.49%65.29%-
HSV(B)348.29º53.95%89.41%-
XYZ41.0128.1824.05-
YUV144.51119.25187.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=49.35%
G=22.73%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810512900.540.430.11348.2969.4965.29
HexE469810362BB15c4541
Octal3441512010665313534105101
Binary111001001101001100000010110110101011101110101110010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46981; }

 p { color: rgb(228,105,129); }

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

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

 a { background-color: rgb(228,105,129); }

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

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

 span { border-color: rgb(228,105,129); }

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