#EC4F75

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

Shades of Dark Pink #EC4F75

Tints of Dark Pink #EC4F75

Color information

#EC4F75 (or 0xEC4F75) is unknown color: approx Dark Pink. HEX triplet: EC, 4F and 75. RGB value is (236,79,117). Sum of RGB (Red+Green+Blue) = 236+79+117=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F75 is #13B08A. Grayscale: #828282. Windows color (decimal): -1290379 or 7688172. OLE color: 7688172.

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

Color convert

RGB23679117-
CMYK00.670.500.07
HSL345.48º80.51%61.76%-
HSV(B)345.48º66.53%92.55%-
XYZ40.624.7119.46-
YUV130.27120.51203.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.63%
GREEN value IS 79 (31.25% from 255) = 18.29%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=54.63%
G=18.29%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367911700.670.500.07345.4880.5161.76
HexEC4F75043327159513e
Octal354117165010362753112176
Binary1110110010011111110101010000111100101111010110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4F75; }

 p { color: rgb(236,79,117); }

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

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

 a { background-color: rgb(236,79,117); }

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

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

 span { border-color: rgb(236,79,117); }

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