Shades of Tickle Me Pink #ED83A5
Tints of Tickle Me Pink #ED83A5
RGB
CMYK
RGB Variations
Color information
#ED83A5 (or 0xED83A5) is known color: Tickle Me Pink. HEX triplet: ED, 83 and A5. RGB value is (237,131,165). Sum of RGB (Red+Green+Blue) = 237+131+165=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED83A5 is #127C5A. Grayscale: #A6A6A6. Windows color (decimal): -1211483 or 10847213. OLE color: 10847213.
HSL color Cylindrical-coordinate representation of color #ED83A5: hue angle of 340.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED83A5 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 165 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.07 |
| HSL | 340.75º | 0.75% | 0.72% | - |
| HSV(B) | 340.75º | 0.45% | 0.93% | - |
| XYZ | 49.83 | 36.95 | 40.1 | - |
| YUV | 166.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 165 | 0 | 0.45 | 0.30 | 0.07 | 340.75 | 0.75 | 0.72 |
| Hex | ED | 83 | A5 | 0 | 2D | 1E | 7 | 155 | 4B | 48 |
| Octal | 355 | 203 | 245 | 0 | 55 | 36 | 7 | 525 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10100101 | 0 | 101101 | 11110 | 111 | 101010101 | 1001011 | 1001000 |
Color Harmonies of #ED83A5
Complementary color
Monochromatic Colors of #ED83A5
Black with #ED83A5
Text Example
Text Example
White with #ED83A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83A5; }
p { color: rgb(237,131,165); }
H1.HeaderClassName
{
color: #ED83A5;
}
.AnyTagClassName
{
color: #ED83A5;
}
</style>
background-color css
<style>
a { background-color: #ED83A5; }
a { background-color: rgb(237,131,165); }
div.DivClassName
{
background-color: #ED83A5;
}
.BgClassName
{
background-color: #ED83A5;
}
</style>
border-color css
<style>
span { border-color: #ED83A5; }
span { border-color: rgb(237,131,165); }
td.TdClassName
{
border-color: #ED83A5;
}
.TagClassName
{
border-color: #ED83A5;
}
</style>