#EC6681

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

Shades of Deep Blush #EC6681

Tints of Deep Blush #EC6681

Color information

#EC6681 (or 0xEC6681) is unknown color: approx Deep Blush. HEX triplet: EC, 66 and 81. RGB value is (236,102,129). Sum of RGB (Red+Green+Blue) = 236+102+129=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6681 is #13997E. Grayscale: #919191. Windows color (decimal): -1284479 or 8480492. OLE color: 8480492.

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

Color convert

RGB236102129-
CMYK00.570.450.07
HSL347.91º77.91%66.27%-
HSV(B)347.91º56.78%92.55%-
XYZ43.3128.9224.07-
YUV145.14118.89192.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=50.54%
G=21.84%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610212900.570.450.07347.9177.9166.27
HexEC66810392D715c4e42
Octal354146201071557534116102
Binary11101100110011010000001011100110110111110101110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6681; }

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

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

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

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

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

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

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

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