Shades of Dark Pink #EE4B7A
Tints of Dark Pink #EE4B7A
RGB
CMYK
RGB Variations
Color information
#EE4B7A (or 0xEE4B7A) is known color: Dark Pink. HEX triplet: EE, 4B and 7A. RGB value is (238,75,122). Sum of RGB (Red+Green+Blue) = 238+75+122=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4B7A is #11B485. Grayscale: #818181. Windows color (decimal): -1160326 or 8014830. OLE color: 8014830.
HSL color Cylindrical-coordinate representation of color #EE4B7A: hue angle of 342.7º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4B7A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 75 | 122 | - |
CMYK | 0 | 0.68 | 0.49 | 0.07 |
HSL | 342.7º | 0.83% | 0.61% | - |
HSV(B) | 342.7º | 0.68% | 0.93% | - |
XYZ | 41.29 | 24.61 | 20.99 | - |
YUV | 129.1 | 124 | 205.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 75 | 122 | 0 | 0.68 | 0.49 | 0.07 | 342.7 | 0.83 | 0.61 |
Hex | EE | 4B | 7A | 0 | 44 | 31 | 7 | 157 | 53 | 3D |
Octal | 356 | 113 | 172 | 0 | 104 | 61 | 7 | 527 | 123 | 75 |
Binary | 11101110 | 1001011 | 1111010 | 0 | 1000100 | 110001 | 111 | 101010111 | 1010011 | 111101 |
Color Harmonies of #EE4B7A
Complementary color
Monochromatic Colors of #EE4B7A
Black with #EE4B7A
Text Example
Text Example
White with #EE4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4B7A; }
p { color: rgb(238,75,122); }
H1.HeaderClassName
{
color: #EE4B7A;
}
.AnyTagClassName
{
color: #EE4B7A;
}
</style>
background-color css
<style>
a { background-color: #EE4B7A; }
a { background-color: rgb(238,75,122); }
div.DivClassName
{
background-color: #EE4B7A;
}
.BgClassName
{
background-color: #EE4B7A;
}
</style>
border-color css
<style>
span { border-color: #EE4B7A; }
span { border-color: rgb(238,75,122); }
td.TdClassName
{
border-color: #EE4B7A;
}
.TagClassName
{
border-color: #EE4B7A;
}
</style>