#E17A8A

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

Shades of Deep Blush #E17A8A

Tints of Deep Blush #E17A8A

Color information

#E17A8A (or 0xE17A8A) is unknown color: approx Deep Blush. HEX triplet: E1, 7A and 8A. RGB value is (225,122,138). Sum of RGB (Red+Green+Blue) = 225+122+138=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A8A is #1E8575. Grayscale: #9A9A9A. Windows color (decimal): -2000246 or 9075425. OLE color: 9075425.

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

Color convert

RGB225122138-
CMYK00.460.390.12
HSL350.68º63.19%68.04%-
HSV(B)350.68º45.78%88.24%-
XYZ42.631.7627.93-
YUV154.62118.62178.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=46.39%
G=25.15%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512213800.460.390.12350.6863.1968.04
HexE17A8A02E27C15f3f44
Octal341172212056471453777104
Binary11100001111101010001010010111010011111001010111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A8A; }

 p { color: rgb(225,122,138); }

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

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

 a { background-color: rgb(225,122,138); }

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

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

 span { border-color: rgb(225,122,138); }

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