#ED4E7B

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

Shades of Dark Pink #ED4E7B

Tints of Dark Pink #ED4E7B

Color information

#ED4E7B (or 0xED4E7B) is unknown color: approx Dark Pink. HEX triplet: ED, 4E and 7B. RGB value is (237,78,123). Sum of RGB (Red+Green+Blue) = 237+78+123=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4E7B is #12B184. Grayscale: #828282. Windows color (decimal): -1225093 or 8081133. OLE color: 8081133.

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

Color convert

RGB23778123-
CMYK00.670.480.07
HSL343.02º81.54%61.76%-
HSV(B)343.02º67.09%92.94%-
XYZ41.2224.8821.37-
YUV130.67123.68203.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.11%
GREEN value IS 78 (30.86% from 255) = 17.81%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=54.11%
G=17.81%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377812300.670.480.07343.0281.5461.76
HexED4E7B043307157523e
Octal355116173010360752712276
Binary1110110110011101111011010000111100001111010101111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4E7B; }

 p { color: rgb(237,78,123); }

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

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

 a { background-color: rgb(237,78,123); }

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

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

 span { border-color: rgb(237,78,123); }

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