#E2768D

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

Shades of Deep Blush #E2768D

Tints of Deep Blush #E2768D

Color information

#E2768D (or 0xE2768D) is unknown color: approx Deep Blush. HEX triplet: E2, 76 and 8D. RGB value is (226,118,141). Sum of RGB (Red+Green+Blue) = 226+118+141=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2768D is #1D8972. Grayscale: #989898. Windows color (decimal): -1935731 or 9271010. OLE color: 9271010.

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

Color convert

RGB226118141-
CMYK00.480.380.11
HSL347.22º65.06%67.45%-
HSV(B)347.22º47.79%88.63%-
XYZ42.6531.0528.94-
YUV152.91121.28180.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.60%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=46.60%
G=24.33%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611814100.480.380.11347.2265.0667.45
HexE2768D03026B15b4143
Octal3421662150604613533101103
Binary111000101110110100011010110000100110101110101101110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2768D; }

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

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

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

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

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

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

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

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