#EC6988

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

Shades of Deep Blush #EC6988

Tints of Deep Blush #EC6988

Color information

#EC6988 (or 0xEC6988) is unknown color: approx Deep Blush. HEX triplet: EC, 69 and 88. RGB value is (236,105,136). Sum of RGB (Red+Green+Blue) = 236+105+136=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6988 is #139677. Grayscale: #939393. Windows color (decimal): -1283704 or 8940012. OLE color: 8940012.

HSL color Cylindrical-coordinate representation of color #EC6988: hue angle of 345.8º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6988 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236105136-
CMYK00.560.420.07
HSL345.8º77.51%66.86%-
HSV(B)345.8º55.51%92.55%-
XYZ44.0929.7126.7-
YUV147.7121.4190.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=49.48%
G=22.01%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610513600.560.420.07345.877.5166.86
HexEC69880382A715a4e43
Octal354151210070527532116103
Binary11101100110100110001000011100010101011110101101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6988; }

 p { color: rgb(236,105,136); }

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

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

 a { background-color: rgb(236,105,136); }

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

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

 span { border-color: rgb(236,105,136); }

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