#EC708D

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

Shades of Deep Blush #EC708D

Tints of Deep Blush #EC708D

Color information

#EC708D (or 0xEC708D) is unknown color: approx Deep Blush. HEX triplet: EC, 70 and 8D. RGB value is (236,112,141). Sum of RGB (Red+Green+Blue) = 236+112+141=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC708D is #138F72. Grayscale: #989898. Windows color (decimal): -1281907 or 9269484. OLE color: 9269484.

HSL color Cylindrical-coordinate representation of color #EC708D: hue angle of 345.97º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC708D is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236112141-
CMYK00.530.400.07
HSL345.97º76.54%68.24%-
HSV(B)345.97º52.54%92.55%-
XYZ45.1931.3428.87-
YUV152.38121.58187.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=48.26%
G=22.90%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611214100.530.400.07345.9776.5468.24
HexEC708D03528715a4d44
Octal354160215065507532115104
Binary11101100111000010001101011010110100011110101101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC708D; }

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

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

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

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

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

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

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

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