#E8668D

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

Shades of Deep Blush #E8668D

Tints of Deep Blush #E8668D

Color information

#E8668D (or 0xE8668D) is unknown color: approx Deep Blush. HEX triplet: E8, 66 and 8D. RGB value is (232,102,141). Sum of RGB (Red+Green+Blue) = 232+102+141=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E8668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8668D is #179972. Grayscale: #919191. Windows color (decimal): -1546611 or 9266920. OLE color: 9266920.

HSL color Cylindrical-coordinate representation of color #E8668D: hue angle of 342º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8668D is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB232102141-
CMYK00.560.390.09
HSL342º73.86%65.49%-
HSV(B)342º56.03%90.98%-
XYZ42.8428.5828.46-
YUV145.32125.57189.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=48.84%
G=21.47%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210214100.560.390.0934273.8665.49
HexE8668D0382791564a41
Octal3501462150704711526112101
Binary111010001100110100011010111000100111100110101011010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8668D; }

 p { color: rgb(232,102,141); }

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

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

 a { background-color: rgb(232,102,141); }

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

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

 span { border-color: rgb(232,102,141); }

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