Shades of Dark Pink #EE4376
Tints of Dark Pink #EE4376
RGB
CMYK
RGB Variations
Color information
#EE4376 (or 0xEE4376) is known color: Dark Pink. HEX triplet: EE, 43 and 76. RGB value is (238,67,118). Sum of RGB (Red+Green+Blue) = 238+67+118=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4376 is #11BC89. Grayscale: #7B7B7B. Windows color (decimal): -1162378 or 7750638. OLE color: 7750638.
HSL color Cylindrical-coordinate representation of color #EE4376: hue angle of 342.11º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE4376 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 118 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.07 |
| HSL | 342.11º | 0.83% | 0.6% | - |
| HSV(B) | 342.11º | 0.72% | 0.93% | - |
| XYZ | 40.54 | 23.5 | 19.54 | - |
| YUV | 123.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 118 | 0 | 0.72 | 0.50 | 0.07 | 342.11 | 0.83 | 0.6 |
| Hex | EE | 43 | 76 | 0 | 48 | 32 | 7 | 156 | 53 | 3C |
| Octal | 356 | 103 | 166 | 0 | 110 | 62 | 7 | 526 | 123 | 74 |
| Binary | 11101110 | 1000011 | 1110110 | 0 | 1001000 | 110010 | 111 | 101010110 | 1010011 | 111100 |
Color Harmonies of #EE4376
Complementary color
Monochromatic Colors of #EE4376
Black with #EE4376
Text Example
Text Example
White with #EE4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4376; }
p { color: rgb(238,67,118); }
H1.HeaderClassName
{
color: #EE4376;
}
.AnyTagClassName
{
color: #EE4376;
}
</style>
background-color css
<style>
a { background-color: #EE4376; }
a { background-color: rgb(238,67,118); }
div.DivClassName
{
background-color: #EE4376;
}
.BgClassName
{
background-color: #EE4376;
}
</style>
border-color css
<style>
span { border-color: #EE4376; }
span { border-color: rgb(238,67,118); }
td.TdClassName
{
border-color: #EE4376;
}
.TagClassName
{
border-color: #EE4376;
}
</style>