Shades of Tickle Me Pink #ED7DA7
Tints of Tickle Me Pink #ED7DA7
RGB
CMYK
RGB Variations
Color information
#ED7DA7 (or 0xED7DA7) is known color: Tickle Me Pink. HEX triplet: ED, 7D and A7. RGB value is (237,125,167). Sum of RGB (Red+Green+Blue) = 237+125+167=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7DA7 is #128258. Grayscale: #A3A3A3. Windows color (decimal): -1213017 or 10976749. OLE color: 10976749.
HSL color Cylindrical-coordinate representation of color #ED7DA7: hue angle of 337.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DA7 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 125 | 167 | - |
CMYK | 0 | 0.47 | 0.30 | 0.07 |
HSL | 337.5º | 0.76% | 0.71% | - |
HSV(B) | 337.5º | 0.47% | 0.93% | - |
XYZ | 49.23 | 35.46 | 40.81 | - |
YUV | 163.28 | 130.11 | 180.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 125 | 167 | 0 | 0.47 | 0.30 | 0.07 | 337.5 | 0.76 | 0.71 |
Hex | ED | 7D | A7 | 0 | 2F | 1E | 7 | 152 | 4C | 47 |
Octal | 355 | 175 | 247 | 0 | 57 | 36 | 7 | 522 | 114 | 107 |
Binary | 11101101 | 1111101 | 10100111 | 0 | 101111 | 11110 | 111 | 101010010 | 1001100 | 1000111 |
Color Harmonies of #ED7DA7
Complementary color
Monochromatic Colors of #ED7DA7
Black with #ED7DA7
Text Example
Text Example
White with #ED7DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DA7; }
p { color: rgb(237,125,167); }
H1.HeaderClassName
{
color: #ED7DA7;
}
.AnyTagClassName
{
color: #ED7DA7;
}
</style>
background-color css
<style>
a { background-color: #ED7DA7; }
a { background-color: rgb(237,125,167); }
div.DivClassName
{
background-color: #ED7DA7;
}
.BgClassName
{
background-color: #ED7DA7;
}
</style>
border-color css
<style>
span { border-color: #ED7DA7; }
span { border-color: rgb(237,125,167); }
td.TdClassName
{
border-color: #ED7DA7;
}
.TagClassName
{
border-color: #ED7DA7;
}
</style>