#e0678c

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

Shades of Deep Blush #E0678C

Tints of Deep Blush #E0678C

Color information

#E0678C (or 0xE0678C) is unknown color: approx Deep Blush. HEX triplet: E0, 67 and 8C. RGB value is (224,103,140). Sum of RGB (Red+Green+Blue) = 224+103+140=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0678C is #1F9873. Grayscale: #8F8F8F. Windows color (decimal): -2070644 or 9201632. OLE color: 9201632.

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

Color convert

RGB224103140-
CMYK00.540.380.12
HSL341.65º66.12%64.12%-
HSV(B)341.65º54.02%87.84%-
XYZ40.3227.4427.98-
YUV143.4126.09185.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=47.97%
G=22.06%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410314000.540.380.12341.6566.1264.12
HexE0678C03626C1564240
Octal3401472140664614526102100
Binary111000001100111100011000110110100110110010101011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0678c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0678c; }

 p { color: rgb(224,103,140); }

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

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

 a { background-color: rgb(224,103,140); }

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

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

 span { border-color: rgb(224,103,140); }

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