#E16983

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

Shades of Deep Blush #E16983

Tints of Deep Blush #E16983

Color information

#E16983 (or 0xE16983) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 83. RGB value is (225,105,131). Sum of RGB (Red+Green+Blue) = 225+105+131=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E16983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16983 is #1E967C. Grayscale: #8F8F8F. Windows color (decimal): -2004605 or 8612321. OLE color: 8612321.

HSL color Cylindrical-coordinate representation of color #E16983: hue angle of 347º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16983 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB225105131-
CMYK00.530.420.12
HSL347º66.67%64.71%-
HSV(B)347º53.33%88.24%-
XYZ40.227.7524.71-
YUV143.84120.76185.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=48.81%
G=22.78%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510513100.530.420.1234766.6764.71
HexE169830352AC15b4341
Octal3411512030655214533103101
Binary111000011101001100000110110101101010110010101101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16983; }

 p { color: rgb(225,105,131); }

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

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

 a { background-color: rgb(225,105,131); }

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

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

 span { border-color: rgb(225,105,131); }

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