Shades of Dark Pink #EE4A7A
Tints of Dark Pink #EE4A7A
RGB
CMYK
RGB Variations
Color information
#EE4A7A (or 0xEE4A7A) is known color: Dark Pink. HEX triplet: EE, 4A and 7A. RGB value is (238,74,122). Sum of RGB (Red+Green+Blue) = 238+74+122=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4A7A is #11B585. Grayscale: #808080. Windows color (decimal): -1160582 or 8014574. OLE color: 8014574.
HSL color Cylindrical-coordinate representation of color #EE4A7A: hue angle of 342.44º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4A7A is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 122 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.07 |
| HSL | 342.44º | 0.83% | 0.61% | - |
| HSV(B) | 342.44º | 0.69% | 0.93% | - |
| XYZ | 41.22 | 24.48 | 20.96 | - |
| YUV | 128.51 | 124.33 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 122 | 0 | 0.69 | 0.49 | 0.07 | 342.44 | 0.83 | 0.61 |
| Hex | EE | 4A | 7A | 0 | 45 | 31 | 7 | 156 | 53 | 3D |
| Octal | 356 | 112 | 172 | 0 | 105 | 61 | 7 | 526 | 123 | 75 |
| Binary | 11101110 | 1001010 | 1111010 | 0 | 1000101 | 110001 | 111 | 101010110 | 1010011 | 111101 |
Color Harmonies of #EE4A7A
Complementary color
Monochromatic Colors of #EE4A7A
Black with #EE4A7A
Text Example
Text Example
White with #EE4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A7A; }
p { color: rgb(238,74,122); }
H1.HeaderClassName
{
color: #EE4A7A;
}
.AnyTagClassName
{
color: #EE4A7A;
}
</style>
background-color css
<style>
a { background-color: #EE4A7A; }
a { background-color: rgb(238,74,122); }
div.DivClassName
{
background-color: #EE4A7A;
}
.BgClassName
{
background-color: #EE4A7A;
}
</style>
border-color css
<style>
span { border-color: #EE4A7A; }
span { border-color: rgb(238,74,122); }
td.TdClassName
{
border-color: #EE4A7A;
}
.TagClassName
{
border-color: #EE4A7A;
}
</style>