Shades of Dark Pink #EE5381
Tints of Dark Pink #EE5381
RGB
CMYK
RGB Variations
Color information
#EE5381 (or 0xEE5381) is known color: Dark Pink. HEX triplet: EE, 53 and 81. RGB value is (238,83,129). Sum of RGB (Red+Green+Blue) = 238+83+129=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5381 is #11AC7E. Grayscale: #868686. Windows color (decimal): -1158271 or 8475630. OLE color: 8475630.
HSL color Cylindrical-coordinate representation of color #EE5381: hue angle of 342.19º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5381 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 129 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.07 |
| HSL | 342.19º | 0.82% | 0.63% | - |
| HSV(B) | 342.19º | 0.65% | 0.93% | - |
| XYZ | 42.32 | 25.95 | 23.55 | - |
| YUV | 134.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 129 | 0 | 0.65 | 0.46 | 0.07 | 342.19 | 0.82 | 0.63 |
| Hex | EE | 53 | 81 | 0 | 41 | 2E | 7 | 156 | 52 | 3F |
| Octal | 356 | 123 | 201 | 0 | 101 | 56 | 7 | 526 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10000001 | 0 | 1000001 | 101110 | 111 | 101010110 | 1010010 | 111111 |
Color Harmonies of #EE5381
Complementary color
Monochromatic Colors of #EE5381
Black with #EE5381
Text Example
Text Example
White with #EE5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5381; }
p { color: rgb(238,83,129); }
H1.HeaderClassName
{
color: #EE5381;
}
.AnyTagClassName
{
color: #EE5381;
}
</style>
background-color css
<style>
a { background-color: #EE5381; }
a { background-color: rgb(238,83,129); }
div.DivClassName
{
background-color: #EE5381;
}
.BgClassName
{
background-color: #EE5381;
}
</style>
border-color css
<style>
span { border-color: #EE5381; }
span { border-color: rgb(238,83,129); }
td.TdClassName
{
border-color: #EE5381;
}
.TagClassName
{
border-color: #EE5381;
}
</style>