#EF4B70

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

Shades of Dark Pink #EF4B70

Tints of Dark Pink #EF4B70

Color information

#EF4B70 (or 0xEF4B70) is unknown color: approx Dark Pink. HEX triplet: EF, 4B and 70. RGB value is (239,75,112). Sum of RGB (Red+Green+Blue) = 239+75+112=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B70 is #10B48F. Grayscale: #808080. Windows color (decimal): -1094800 or 7359471. OLE color: 7359471.

HSL color Cylindrical-coordinate representation of color #EF4B70: hue angle of 346.46º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4B70 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB23975112-
CMYK00.690.530.06
HSL346.46º83.67%61.57%-
HSV(B)346.46º68.62%93.73%-
XYZ41.0424.5517.91-
YUV128.25118.83206.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.10%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=56.10%
G=17.61%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397511200.690.530.06346.4683.6761.57
HexEF4B7004535615a543e
Octal357113160010565653212476
Binary1110111110010111110000010001011101011101010110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4B70; }

 p { color: rgb(239,75,112); }

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

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

 a { background-color: rgb(239,75,112); }

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

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

 span { border-color: rgb(239,75,112); }

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