#E0678D

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

Shades of Deep Blush #E0678D

Tints of Deep Blush #E0678D

Color information

#E0678D (or 0xE0678D) is unknown color: approx Deep Blush. HEX triplet: E0, 67 and 8D. RGB value is (224,103,141). Sum of RGB (Red+Green+Blue) = 224+103+141=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0678D is #1F9872. Grayscale: #8F8F8F. Windows color (decimal): -2070643 or 9267168. OLE color: 9267168.

HSL color Cylindrical-coordinate representation of color #E0678D: hue angle of 341.16º 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 #E0678D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224103141-
CMYK00.540.370.12
HSL341.16º66.12%64.12%-
HSV(B)341.16º54.02%87.84%-
XYZ40.427.4728.37-
YUV143.51126.59185.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.86%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=47.86%
G=22.01%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410314100.540.370.12341.1666.1264.12
HexE0678D03625C1554240
Octal3401472150664514525102100
Binary111000001100111100011010110110100101110010101010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0678D; }

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

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

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

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

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

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

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

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