#E6788A

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

Shades of Deep Blush #E6788A

Tints of Deep Blush #E6788A

Color information

#E6788A (or 0xE6788A) is unknown color: approx Deep Blush. HEX triplet: E6, 78 and 8A. RGB value is (230,120,138). Sum of RGB (Red+Green+Blue) = 230+120+138=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6788A is #198775. Grayscale: #9A9A9A. Windows color (decimal): -1673078 or 9074918. OLE color: 9074918.

HSL color Cylindrical-coordinate representation of color #E6788A: hue angle of 350.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6788A is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB230120138-
CMYK00.480.40.10
HSL350.18º68.75%68.63%-
HSV(B)350.18º47.83%90.2%-
XYZ43.9432.0927.92-
YUV154.94118.44181.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.13%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=47.13%
G=24.59%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012013800.480.40.10350.1868.7568.63
HexE6788A03028A15e4545
Octal3461702120605012536105105
Binary111001101111000100010100110000101000101010101111010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6788A; }

 p { color: rgb(230,120,138); }

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

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

 a { background-color: rgb(230,120,138); }

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

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

 span { border-color: rgb(230,120,138); }

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