#E16684

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

Shades of Deep Blush #E16684

Tints of Deep Blush #E16684

Color information

#E16684 (or 0xE16684) is unknown color: approx Deep Blush. HEX triplet: E1, 66 and 84. RGB value is (225,102,132). Sum of RGB (Red+Green+Blue) = 225+102+132=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16684 is #1E997B. Grayscale: #8E8E8E. Windows color (decimal): -2005372 or 8677089. OLE color: 8677089.

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

Color convert

RGB225102132-
CMYK00.550.410.12
HSL345.37º67.21%64.12%-
HSV(B)345.37º54.67%88.24%-
XYZ39.9727.1824.97-
YUV142.2122.25187.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=49.02%
G=22.22%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510213200.550.410.12345.3767.2164.12
HexE1668403729C1594340
Octal3411462040675114531103100
Binary111000011100110100001000110111101001110010101100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16684; }

 p { color: rgb(225,102,132); }

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

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

 a { background-color: rgb(225,102,132); }

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

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

 span { border-color: rgb(225,102,132); }

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