#ec6985

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

Shades of Deep Blush #EC6985

Tints of Deep Blush #EC6985

Color information

#EC6985 (or 0xEC6985) is unknown color: approx Deep Blush. HEX triplet: EC, 69 and 85. RGB value is (236,105,133). Sum of RGB (Red+Green+Blue) = 236+105+133=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6985 is #13967A. Grayscale: #939393. Windows color (decimal): -1283707 or 8743404. OLE color: 8743404.

HSL color Cylindrical-coordinate representation of color #EC6985: hue angle of 347.18º 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 #EC6985 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236105133-
CMYK00.560.440.07
HSL347.18º77.51%66.86%-
HSV(B)347.18º55.51%92.55%-
XYZ43.8829.6325.6-
YUV147.36119.9191.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.79%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=49.79%
G=22.15%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610513300.560.440.07347.1877.5166.86
HexEC69850382C715b4e43
Octal354151205070547533116103
Binary11101100110100110000101011100010110011110101101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6985; }

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

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

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

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

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

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

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

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