#E06F8B

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

Shades of Deep Blush #E06F8B

Tints of Deep Blush #E06F8B

Color information

#E06F8B (or 0xE06F8B) is unknown color: approx Deep Blush. HEX triplet: E0, 6F and 8B. RGB value is (224,111,139). Sum of RGB (Red+Green+Blue) = 224+111+139=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F8B is #1F9074. Grayscale: #939393. Windows color (decimal): -2068597 or 9138144. OLE color: 9138144.

HSL color Cylindrical-coordinate representation of color #E06F8B: hue angle of 345.13º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F8B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224111139-
CMYK00.500.380.12
HSL345.13º64.57%65.69%-
HSV(B)345.13º50.45%87.84%-
XYZ41.0929.0827.87-
YUV147.98122.94182.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=47.26%
G=23.42%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411113900.500.380.12345.1364.5765.69
HexE06F8B03226C1594142
Octal3401572130624614531101102
Binary111000001101111100010110110010100110110010101100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F8B; }

 p { color: rgb(224,111,139); }

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

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

 a { background-color: rgb(224,111,139); }

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

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

 span { border-color: rgb(224,111,139); }

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