#E27486

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

Shades of Deep Blush #E27486

Tints of Deep Blush #E27486

Color information

#E27486 (or 0xE27486) is unknown color: approx Deep Blush. HEX triplet: E2, 74 and 86. RGB value is (226,116,134). Sum of RGB (Red+Green+Blue) = 226+116+134=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E27486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27486 is #1D8B79. Grayscale: #969696. Windows color (decimal): -1936250 or 8811746. OLE color: 8811746.

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

Color convert

RGB226116134-
CMYK00.490.410.11
HSL350.18º65.48%67.06%-
HSV(B)350.18º48.67%88.63%-
XYZ41.9130.3826.21-
YUV150.94118.44181.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.48%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=47.48%
G=24.37%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611613400.490.410.11350.1865.4867.06
HexE2748603129B15e4143
Octal3421642060615113536101103
Binary111000101110100100001100110001101001101110101111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27486; }

 p { color: rgb(226,116,134); }

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

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

 a { background-color: rgb(226,116,134); }

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

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

 span { border-color: rgb(226,116,134); }

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