#ec6181

Color #EC6181 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EC6181

Tints of Dark Pink #EC6181

Color information

#EC6181 (or 0xEC6181) is unknown color: approx Dark Pink. HEX triplet: EC, 61 and 81. RGB value is (236,97,129). Sum of RGB (Red+Green+Blue) = 236+97+129=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6181 is #139E7E. Grayscale: #8E8E8E. Windows color (decimal): -1285759 or 8479212. OLE color: 8479212.

HSL color Cylindrical-coordinate representation of color #EC6181: hue angle of 346.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6181 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB23697129-
CMYK00.590.450.07
HSL346.19º78.53%65.29%-
HSV(B)346.19º58.9%92.55%-
XYZ42.8327.9723.91-
YUV142.21120.55194.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=51.08%
G=21.00%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369712900.590.450.07346.1978.5365.29
HexEC618103B2D715a4f41
Octal354141201073557532117101
Binary11101100110000110000001011101110110111110101101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6181; }

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

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

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

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

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

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

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

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