Shades of Dark Pink #EF4273
Tints of Dark Pink #EF4273
RGB
CMYK
RGB Variations
Color information
#EF4273 (or 0xEF4273) is known color: Dark Pink. HEX triplet: EF, 42 and 73. RGB value is (239,66,115). Sum of RGB (Red+Green+Blue) = 239+66+115=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4273 is #10BD8C. Grayscale: #7B7B7B. Windows color (decimal): -1097101 or 7553775. OLE color: 7553775.
HSL color Cylindrical-coordinate representation of color #EF4273: hue angle of 343.01º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4273 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 115 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.06 |
| HSL | 343.01º | 0.84% | 0.6% | - |
| HSV(B) | 343.01º | 0.72% | 0.94% | - |
| XYZ | 40.64 | 23.48 | 18.61 | - |
| YUV | 123.31 | 123.31 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 115 | 0 | 0.72 | 0.52 | 0.06 | 343.01 | 0.84 | 0.6 |
| Hex | EF | 42 | 73 | 0 | 48 | 34 | 6 | 157 | 54 | 3C |
| Octal | 357 | 102 | 163 | 0 | 110 | 64 | 6 | 527 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1110011 | 0 | 1001000 | 110100 | 110 | 101010111 | 1010100 | 111100 |
Color Harmonies of #EF4273
Complementary color
Monochromatic Colors of #EF4273
Black with #EF4273
Text Example
Text Example
White with #EF4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4273; }
p { color: rgb(239,66,115); }
H1.HeaderClassName
{
color: #EF4273;
}
.AnyTagClassName
{
color: #EF4273;
}
</style>
background-color css
<style>
a { background-color: #EF4273; }
a { background-color: rgb(239,66,115); }
div.DivClassName
{
background-color: #EF4273;
}
.BgClassName
{
background-color: #EF4273;
}
</style>
border-color css
<style>
span { border-color: #EF4273; }
span { border-color: rgb(239,66,115); }
td.TdClassName
{
border-color: #EF4273;
}
.TagClassName
{
border-color: #EF4273;
}
</style>