Shades of Dark Pink #E64A7B
Tints of Dark Pink #E64A7B
RGB
CMYK
RGB Variations
Color information
#E64A7B (or 0xE64A7B) is known color: Dark Pink. HEX triplet: E6, 4A and 7B. RGB value is (230,74,123). Sum of RGB (Red+Green+Blue) = 230+74+123=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A7B is #19B584. Grayscale: #7E7E7E. Windows color (decimal): -1684869 or 8080102. OLE color: 8080102.
HSL color Cylindrical-coordinate representation of color #E64A7B: hue angle of 341.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A7B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 123 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.10 |
| HSL | 341.15º | 0.76% | 0.6% | - |
| HSV(B) | 341.15º | 0.68% | 0.9% | - |
| XYZ | 38.66 | 23.15 | 21.17 | - |
| YUV | 126.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 123 | 0 | 0.68 | 0.47 | 0.10 | 341.15 | 0.76 | 0.6 |
| Hex | E6 | 4A | 7B | 0 | 44 | 2F | A | 155 | 4C | 3C |
| Octal | 346 | 112 | 173 | 0 | 104 | 57 | 12 | 525 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1111011 | 0 | 1000100 | 101111 | 1010 | 101010101 | 1001100 | 111100 |
Color Harmonies of #E64A7B
Complementary color
Monochromatic Colors of #E64A7B
Black with #E64A7B
Text Example
Text Example
White with #E64A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A7B; }
p { color: rgb(230,74,123); }
H1.HeaderClassName
{
color: #E64A7B;
}
.AnyTagClassName
{
color: #E64A7B;
}
</style>
background-color css
<style>
a { background-color: #E64A7B; }
a { background-color: rgb(230,74,123); }
div.DivClassName
{
background-color: #E64A7B;
}
.BgClassName
{
background-color: #E64A7B;
}
</style>
border-color css
<style>
span { border-color: #E64A7B; }
span { border-color: rgb(230,74,123); }
td.TdClassName
{
border-color: #E64A7B;
}
.TagClassName
{
border-color: #E64A7B;
}
</style>