#EC6686

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

Shades of Deep Blush #EC6686

Tints of Deep Blush #EC6686

Color information

#EC6686 (or 0xEC6686) is unknown color: approx Deep Blush. HEX triplet: EC, 66 and 86. RGB value is (236,102,134). Sum of RGB (Red+Green+Blue) = 236+102+134=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6686 is #139979. Grayscale: #919191. Windows color (decimal): -1284474 or 8808172. OLE color: 8808172.

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

Color convert

RGB236102134-
CMYK00.570.430.07
HSL345.67º77.91%66.27%-
HSV(B)345.67º56.78%92.55%-
XYZ43.6529.0625.86-
YUV145.71121.39192.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=50%
G=21.61%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610213400.570.430.07345.6777.9166.27
HexEC66860392B715a4e42
Octal354146206071537532116102
Binary11101100110011010000110011100110101111110101101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6686; }

 p { color: rgb(236,102,134); }

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

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

 a { background-color: rgb(236,102,134); }

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

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

 span { border-color: rgb(236,102,134); }

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