#E06C7F

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

Shades of Deep Blush #E06C7F

Tints of Deep Blush #E06C7F

Color information

#E06C7F (or 0xE06C7F) is unknown color: approx Deep Blush. HEX triplet: E0, 6C and 7F. RGB value is (224,108,127). Sum of RGB (Red+Green+Blue) = 224+108+127=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C7F is #1F9380. Grayscale: #909090. Windows color (decimal): -2069377 or 8350944. OLE color: 8350944.

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

Color convert

RGB224108127-
CMYK00.520.430.12
HSL350.17º65.17%65.1%-
HSV(B)350.17º51.79%87.84%-
XYZ39.9328.123.4-
YUV144.85117.93184.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.80%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 127 (50% from 255) = 27.67%
R=48.80%
G=23.53%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410812700.520.430.12350.1765.1765.1
HexE06C7F0342BC15e4141
Octal3401541770645314536101101
Binary11100000110110011111110110100101011110010101111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06C7F; }

 p { color: rgb(224,108,127); }

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

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

 a { background-color: rgb(224,108,127); }

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

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

 span { border-color: rgb(224,108,127); }

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