#E6708D

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

Shades of Deep Blush #E6708D

Tints of Deep Blush #E6708D

Color information

#E6708D (or 0xE6708D) is unknown color: approx Deep Blush. HEX triplet: E6, 70 and 8D. RGB value is (230,112,141). Sum of RGB (Red+Green+Blue) = 230+112+141=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6708D is #198F72. Grayscale: #969696. Windows color (decimal): -1675123 or 9269478. OLE color: 9269478.

HSL color Cylindrical-coordinate representation of color #E6708D: hue angle of 345.25º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6708D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230112141-
CMYK00.510.390.10
HSL345.25º70.24%67.06%-
HSV(B)345.25º51.3%90.2%-
XYZ43.2430.3328.78-
YUV150.59122.59184.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.62%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=47.62%
G=23.19%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011214100.510.390.10345.2570.2467.06
HexE6708D03327A1594643
Octal3461602150634712531106103
Binary111001101110000100011010110011100111101010101100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6708D; }

 p { color: rgb(230,112,141); }

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

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

 a { background-color: rgb(230,112,141); }

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

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

 span { border-color: rgb(230,112,141); }

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