#E2768E

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

Shades of Deep Blush #E2768E

Tints of Deep Blush #E2768E

Color information

#E2768E (or 0xE2768E) is unknown color: approx Deep Blush. HEX triplet: E2, 76 and 8E. RGB value is (226,118,142). Sum of RGB (Red+Green+Blue) = 226+118+142=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2768E is #1D8971. Grayscale: #999999. Windows color (decimal): -1935730 or 9336546. OLE color: 9336546.

HSL color Cylindrical-coordinate representation of color #E2768E: hue angle of 346.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2768E is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB226118142-
CMYK00.480.370.11
HSL346.67º65.06%67.45%-
HSV(B)346.67º47.79%88.63%-
XYZ42.7231.0829.34-
YUV153.03121.78180.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=46.50%
G=24.28%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611814200.480.370.11346.6765.0667.45
HexE2768E03025B15b4143
Octal3421662160604513533101103
Binary111000101110110100011100110000100101101110101101110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2768E; }

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

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

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

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

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

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

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

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