Shades of Dark Pink #EE5275
Tints of Dark Pink #EE5275
RGB
CMYK
RGB Variations
Color information
#EE5275 (or 0xEE5275) is known color: Dark Pink. HEX triplet: EE, 52 and 75. RGB value is (238,82,117). Sum of RGB (Red+Green+Blue) = 238+82+117=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5275 is #11AD8A. Grayscale: #848484. Windows color (decimal): -1158539 or 7688942. OLE color: 7688942.
HSL color Cylindrical-coordinate representation of color #EE5275: hue angle of 346.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5275 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 117 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.54º | 0.82% | 0.63% | - |
| HSV(B) | 346.54º | 0.66% | 0.93% | - |
| XYZ | 41.49 | 25.5 | 19.56 | - |
| YUV | 132.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 117 | 0 | 0.66 | 0.51 | 0.07 | 346.54 | 0.82 | 0.63 |
| Hex | EE | 52 | 75 | 0 | 42 | 33 | 7 | 15B | 52 | 3F |
| Octal | 356 | 122 | 165 | 0 | 102 | 63 | 7 | 533 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1110101 | 0 | 1000010 | 110011 | 111 | 101011011 | 1010010 | 111111 |
Color Harmonies of #EE5275
Complementary color
Monochromatic Colors of #EE5275
Black with #EE5275
Text Example
Text Example
White with #EE5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5275; }
p { color: rgb(238,82,117); }
H1.HeaderClassName
{
color: #EE5275;
}
.AnyTagClassName
{
color: #EE5275;
}
</style>
background-color css
<style>
a { background-color: #EE5275; }
a { background-color: rgb(238,82,117); }
div.DivClassName
{
background-color: #EE5275;
}
.BgClassName
{
background-color: #EE5275;
}
</style>
border-color css
<style>
span { border-color: #EE5275; }
span { border-color: rgb(238,82,117); }
td.TdClassName
{
border-color: #EE5275;
}
.TagClassName
{
border-color: #EE5275;
}
</style>