#EF487B

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

Shades of Dark Pink #EF487B

Tints of Dark Pink #EF487B

Color information

#EF487B (or 0xEF487B) is unknown color: approx Dark Pink. HEX triplet: EF, 48 and 7B. RGB value is (239,72,123). Sum of RGB (Red+Green+Blue) = 239+72+123=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF487B is #10B784. Grayscale: #7F7F7F. Windows color (decimal): -1095557 or 8079599. OLE color: 8079599.

HSL color Cylindrical-coordinate representation of color #EF487B: hue angle of 341.68º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF487B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB23972123-
CMYK00.700.490.06
HSL341.68º83.92%60.98%-
HSV(B)341.68º69.87%93.73%-
XYZ41.4924.4221.26-
YUV127.75125.33207.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.07%
GREEN value IS 72 (28.52% from 255) = 16.59%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=55.07%
G=16.59%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397212300.700.490.06341.6883.9260.98
HexEF487B046316156543d
Octal357110173010661652612475
Binary1110111110010001111011010001101100011101010101101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF487B; }

 p { color: rgb(239,72,123); }

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

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

 a { background-color: rgb(239,72,123); }

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

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

 span { border-color: rgb(239,72,123); }

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