#E1648A

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

Shades of Deep Blush #E1648A

Tints of Deep Blush #E1648A

Color information

#E1648A (or 0xE1648A) is unknown color: approx Deep Blush. HEX triplet: E1, 64 and 8A. RGB value is (225,100,138). Sum of RGB (Red+Green+Blue) = 225+100+138=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1648A is #1E9B75. Grayscale: #8D8D8D. Windows color (decimal): -2005878 or 9069793. OLE color: 9069793.

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

Color convert

RGB225100138-
CMYK00.560.390.12
HSL341.76º67.57%63.73%-
HSV(B)341.76º55.56%88.24%-
XYZ40.226.9627.13-
YUV141.71125.91187.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=48.60%
G=21.60%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510013800.560.390.12341.7667.5763.73
HexE1648A03827C1564440
Octal3411442120704714526104100
Binary111000011100100100010100111000100111110010101011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1648A; }

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

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

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

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

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

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

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

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