#E0768F

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

Shades of Deep Blush #E0768F

Tints of Deep Blush #E0768F

Color information

#E0768F (or 0xE0768F) is unknown color: approx Deep Blush. HEX triplet: E0, 76 and 8F. RGB value is (224,118,143). Sum of RGB (Red+Green+Blue) = 224+118+143=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0768F is #1F8970. Grayscale: #989898. Windows color (decimal): -2066801 or 9402080. OLE color: 9402080.

HSL color Cylindrical-coordinate representation of color #E0768F: hue angle of 345.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0768F is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224118143-
CMYK00.470.360.12
HSL345.85º63.1%67.06%-
HSV(B)345.85º47.32%87.84%-
XYZ42.1830.7929.71-
YUV152.54122.62178.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=46.19%
G=24.33%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411814300.470.360.12345.8563.167.06
HexE0768F02F24C15a3f43
Octal340166217057441453277103
Binary11100000111011010001111010111110010011001010110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0768F; }

 p { color: rgb(224,118,143); }

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

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

 a { background-color: rgb(224,118,143); }

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

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

 span { border-color: rgb(224,118,143); }

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