Shades of Dark Pink #E64B7B
Tints of Dark Pink #E64B7B
RGB
CMYK
RGB Variations
Color information
#E64B7B (or 0xE64B7B) is known color: Dark Pink. HEX triplet: E6, 4B and 7B. RGB value is (230,75,123). Sum of RGB (Red+Green+Blue) = 230+75+123=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B7B is #19B484. Grayscale: #7E7E7E. Windows color (decimal): -1684613 or 8080358. OLE color: 8080358.
HSL color Cylindrical-coordinate representation of color #E64B7B: hue angle of 341.42º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64B7B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 123 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.10 |
| HSL | 341.42º | 0.76% | 0.6% | - |
| HSV(B) | 341.42º | 0.67% | 0.9% | - |
| XYZ | 38.72 | 23.29 | 21.19 | - |
| YUV | 126.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 123 | 0 | 0.67 | 0.47 | 0.10 | 341.42 | 0.76 | 0.6 |
| Hex | E6 | 4B | 7B | 0 | 43 | 2F | A | 155 | 4C | 3C |
| Octal | 346 | 113 | 173 | 0 | 103 | 57 | 12 | 525 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1111011 | 0 | 1000011 | 101111 | 1010 | 101010101 | 1001100 | 111100 |
Color Harmonies of #E64B7B
Complementary color
Monochromatic Colors of #E64B7B
Black with #E64B7B
Text Example
Text Example
White with #E64B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B7B; }
p { color: rgb(230,75,123); }
H1.HeaderClassName
{
color: #E64B7B;
}
.AnyTagClassName
{
color: #E64B7B;
}
</style>
background-color css
<style>
a { background-color: #E64B7B; }
a { background-color: rgb(230,75,123); }
div.DivClassName
{
background-color: #E64B7B;
}
.BgClassName
{
background-color: #E64B7B;
}
</style>
border-color css
<style>
span { border-color: #E64B7B; }
span { border-color: rgb(230,75,123); }
td.TdClassName
{
border-color: #E64B7B;
}
.TagClassName
{
border-color: #E64B7B;
}
</style>