Shades of Lavender Rose #FF93E8
Tints of Lavender Rose #FF93E8
RGB
CMYK
RGB Variations
Color information
#FF93E8 (or 0xFF93E8) is known color: Lavender Rose. HEX triplet: FF, 93 and E8. RGB value is (255,147,232). Sum of RGB (Red+Green+Blue) = 255+147+232=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93E8 is #006C17. Grayscale: #BCBCBC. Windows color (decimal): -27672 or 15242239. OLE color: 15242239.
HSL color Cylindrical-coordinate representation of color #FF93E8: hue angle of 312.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93E8 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 232 | - |
| CMYK | 0 | 0.42 | 0.09 | 0 |
| HSL | 312.78º | 1% | 0.79% | - |
| HSV(B) | 312.78º | 0.42% | 1% | - |
| XYZ | 66.24 | 47.95 | 82.11 | - |
| YUV | 188.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 232 | 0 | 0.42 | 0.09 | 0 | 312.78 | 1 | 0.79 |
| Hex | FF | 93 | E8 | 0 | 2A | 9 | 0 | 139 | 64 | 4F |
| Octal | 377 | 223 | 350 | 0 | 52 | 11 | 0 | 471 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11101000 | 0 | 101010 | 1001 | 0 | 100111001 | 1100100 | 1001111 |
Color Harmonies of #FF93E8
Complementary color
Monochromatic Colors of #FF93E8
Black with #FF93E8
Text Example
Text Example
White with #FF93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93E8; }
p { color: rgb(255,147,232); }
H1.HeaderClassName
{
color: #FF93E8;
}
.AnyTagClassName
{
color: #FF93E8;
}
</style>
background-color css
<style>
a { background-color: #FF93E8; }
a { background-color: rgb(255,147,232); }
div.DivClassName
{
background-color: #FF93E8;
}
.BgClassName
{
background-color: #FF93E8;
}
</style>
border-color css
<style>
span { border-color: #FF93E8; }
span { border-color: rgb(255,147,232); }
td.TdClassName
{
border-color: #FF93E8;
}
.TagClassName
{
border-color: #FF93E8;
}
</style>