#ed4f6d

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

Shades of Dark Pink #ED4F6D

Tints of Dark Pink #ED4F6D

Color information

#ED4F6D (or 0xED4F6D) is unknown color: approx Dark Pink. HEX triplet: ED, 4F and 6D. RGB value is (237,79,109). Sum of RGB (Red+Green+Blue) = 237+79+109=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F6D is #12B092. Grayscale: #818181. Windows color (decimal): -1224851 or 7163885. OLE color: 7163885.

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

Color convert

RGB23779109-
CMYK00.670.540.07
HSL348.61º81.44%61.96%-
HSV(B)348.61º66.67%92.94%-
XYZ40.4824.717.1-
YUV129.66116.35204.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.76%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=55.76%
G=18.59%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377910900.670.540.07348.6181.4461.96
HexED4F6D04336715d513e
Octal355117155010366753512176
Binary1110110110011111101101010000111101101111010111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4f6d; }

 p { color: rgb(237,79,109); }

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

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

 a { background-color: rgb(237,79,109); }

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

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

 span { border-color: rgb(237,79,109); }

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