#ef4b74

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

Shades of Dark Pink #EF4B74

Tints of Dark Pink #EF4B74

Color information

#EF4B74 (or 0xEF4B74) is unknown color: approx Dark Pink. HEX triplet: EF, 4B and 74. RGB value is (239,75,116). Sum of RGB (Red+Green+Blue) = 239+75+116=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B74 is #10B48B. Grayscale: #808080. Windows color (decimal): -1094796 or 7621615. OLE color: 7621615.

HSL color Cylindrical-coordinate representation of color #EF4B74: hue angle of 345º 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 #EF4B74 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB23975116-
CMYK00.690.510.06
HSL345º83.67%61.57%-
HSV(B)345º68.62%93.73%-
XYZ41.2724.6419.1-
YUV128.71120.83206.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.58%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=55.58%
G=17.44%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397511600.690.510.0634583.6761.57
HexEF4B74045336159543e
Octal357113164010563653112476
Binary1110111110010111110100010001011100111101010110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4b74; }

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

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

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

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

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

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

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

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