#E2748E

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

Shades of Deep Blush #E2748E

Tints of Deep Blush #E2748E

Color information

#E2748E (or 0xE2748E) is unknown color: approx Deep Blush. HEX triplet: E2, 74 and 8E. RGB value is (226,116,142). Sum of RGB (Red+Green+Blue) = 226+116+142=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2748E is #1D8B71. Grayscale: #979797. Windows color (decimal): -1936242 or 9336034. OLE color: 9336034.

HSL color Cylindrical-coordinate representation of color #E2748E: hue angle of 345.82º 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 #E2748E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB226116142-
CMYK00.490.370.11
HSL345.82º65.48%67.06%-
HSV(B)345.82º48.67%88.63%-
XYZ42.4930.6129.26-
YUV151.85122.44180.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=46.69%
G=23.97%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611614200.490.370.11345.8265.4867.06
HexE2748E03125B15a4143
Octal3421642160614513532101103
Binary111000101110100100011100110001100101101110101101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2748E; }

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

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

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

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

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

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

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

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