#E1648B

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

Shades of Deep Blush #E1648B

Tints of Deep Blush #E1648B

Color information

#E1648B (or 0xE1648B) is unknown color: approx Deep Blush. HEX triplet: E1, 64 and 8B. RGB value is (225,100,139). Sum of RGB (Red+Green+Blue) = 225+100+139=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1648B is #1E9B74. Grayscale: #8D8D8D. Windows color (decimal): -2005877 or 9135329. OLE color: 9135329.

HSL color Cylindrical-coordinate representation of color #E1648B: hue angle of 341.28º 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 #E1648B is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225100139-
CMYK00.560.380.12
HSL341.28º67.57%63.73%-
HSV(B)341.28º55.56%88.24%-
XYZ40.2726.9927.51-
YUV141.82126.41187.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=48.49%
G=21.55%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510013900.560.380.12341.2867.5763.73
HexE1648B03826C1554440
Octal3411442130704614525104100
Binary111000011100100100010110111000100110110010101010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1648B; }

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

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

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

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

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

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

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

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