#E27A84

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

Shades of Deep Blush #E27A84

Tints of Deep Blush #E27A84

Color information

#E27A84 (or 0xE27A84) is unknown color: approx Deep Blush. HEX triplet: E2, 7A and 84. RGB value is (226,122,132). Sum of RGB (Red+Green+Blue) = 226+122+132=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A84 is #1D857B. Grayscale: #9A9A9A. Windows color (decimal): -1934716 or 8682210. OLE color: 8682210.

HSL color Cylindrical-coordinate representation of color #E27A84: hue angle of 354.23º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27A84 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226122132-
CMYK00.460.420.11
HSL354.23º64.2%68.24%-
HSV(B)354.23º46.02%88.63%-
XYZ42.4931.7525.72-
YUV154.24115.46179.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.08%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=47.08%
G=25.42%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612213200.460.420.11354.2364.268.24
HexE27A8402E2AB1624044
Octal3421722040565213542100104
Binary111000101111010100001000101110101010101110110001010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A84; }

 p { color: rgb(226,122,132); }

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

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

 a { background-color: rgb(226,122,132); }

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

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

 span { border-color: rgb(226,122,132); }

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