Shades of Lavender Rose #ED99D4
Tints of Lavender Rose #ED99D4
RGB
CMYK
RGB Variations
Color information
#ED99D4 (or 0xED99D4) is known color: Lavender Rose. HEX triplet: ED, 99 and D4. RGB value is (237,153,212). Sum of RGB (Red+Green+Blue) = 237+153+212=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99D4 is #12662B. Grayscale: #B8B8B8. Windows color (decimal): -1205804 or 13933037. OLE color: 13933037.
HSL color Cylindrical-coordinate representation of color #ED99D4: hue angle of 317.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99D4 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 212 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 317.86º | 0.7% | 0.76% | - |
| HSV(B) | 317.86º | 0.35% | 0.93% | - |
| XYZ | 58.2 | 45.54 | 68.01 | - |
| YUV | 184.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 212 | 0 | 0.35 | 0.11 | 0.07 | 317.86 | 0.7 | 0.76 |
| Hex | ED | 99 | D4 | 0 | 23 | B | 7 | 13E | 46 | 4C |
| Octal | 355 | 231 | 324 | 0 | 43 | 13 | 7 | 476 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11010100 | 0 | 100011 | 1011 | 111 | 100111110 | 1000110 | 1001100 |
Color Harmonies of #ED99D4
Complementary color
Monochromatic Colors of #ED99D4
Black with #ED99D4
Text Example
Text Example
White with #ED99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99D4; }
p { color: rgb(237,153,212); }
H1.HeaderClassName
{
color: #ED99D4;
}
.AnyTagClassName
{
color: #ED99D4;
}
</style>
background-color css
<style>
a { background-color: #ED99D4; }
a { background-color: rgb(237,153,212); }
div.DivClassName
{
background-color: #ED99D4;
}
.BgClassName
{
background-color: #ED99D4;
}
</style>
border-color css
<style>
span { border-color: #ED99D4; }
span { border-color: rgb(237,153,212); }
td.TdClassName
{
border-color: #ED99D4;
}
.TagClassName
{
border-color: #ED99D4;
}
</style>