#EC6D8C

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

Shades of Deep Blush #EC6D8C

Tints of Deep Blush #EC6D8C

Color information

#EC6D8C (or 0xEC6D8C) is unknown color: approx Deep Blush. HEX triplet: EC, 6D and 8C. RGB value is (236,109,140). Sum of RGB (Red+Green+Blue) = 236+109+140=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D8C is #139273. Grayscale: #969696. Windows color (decimal): -1282676 or 9203180. OLE color: 9203180.

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

Color convert

RGB236109140-
CMYK00.540.410.07
HSL345.35º76.97%67.65%-
HSV(B)345.35º53.81%92.55%-
XYZ44.7930.6628.37-
YUV150.51122.08188.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=48.66%
G=22.47%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610914000.540.410.07345.3576.9767.65
HexEC6D8C0362971594d44
Octal354155214066517531115104
Binary11101100110110110001100011011010100111110101100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6D8C; }

 p { color: rgb(236,109,140); }

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

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

 a { background-color: rgb(236,109,140); }

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

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

 span { border-color: rgb(236,109,140); }

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