#E16286

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

Shades of Deep Blush #E16286

Tints of Deep Blush #E16286

Color information

#E16286 (or 0xE16286) is unknown color: approx Deep Blush. HEX triplet: E1, 62 and 86. RGB value is (225,98,134). Sum of RGB (Red+Green+Blue) = 225+98+134=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E16286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16286 is #1E9D79. Grayscale: #8C8C8C. Windows color (decimal): -2006394 or 8807137. OLE color: 8807137.

HSL color Cylindrical-coordinate representation of color #E16286: hue angle of 342.99º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16286 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB22598134-
CMYK00.560.400.12
HSL342.99º67.91%63.33%-
HSV(B)342.99º56.44%88.24%-
XYZ39.7226.4625.57-
YUV140.08124.58188.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=49.23%
G=21.44%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259813400.560.400.12342.9967.9163.33
HexE1628603828C157443f
Octal341142206070501452710477
Binary11100001110001010000110011100010100011001010101111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16286; }

 p { color: rgb(225,98,134); }

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

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

 a { background-color: rgb(225,98,134); }

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

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

 span { border-color: rgb(225,98,134); }

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