Shades of Lavender Rose #EFB0E2
Tints of Lavender Rose #EFB0E2
RGB
CMYK
RGB Variations
Color information
#EFB0E2 (or 0xEFB0E2) is known color: Lavender Rose. HEX triplet: EF, B0 and E2. RGB value is (239,176,226). Sum of RGB (Red+Green+Blue) = 239+176+226=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0E2 is #104F1D. Grayscale: #C8C8C8. Windows color (decimal): -1068830 or 14856431. OLE color: 14856431.
HSL color Cylindrical-coordinate representation of color #EFB0E2: hue angle of 312.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0E2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 226 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.06 |
| HSL | 312.38º | 0.66% | 0.81% | - |
| HSV(B) | 312.38º | 0.26% | 0.94% | - |
| XYZ | 64.85 | 54.89 | 79.13 | - |
| YUV | 200.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 226 | 0 | 0.26 | 0.05 | 0.06 | 312.38 | 0.66 | 0.81 |
| Hex | EF | B0 | E2 | 0 | 1A | 5 | 6 | 138 | 42 | 51 |
| Octal | 357 | 260 | 342 | 0 | 32 | 5 | 6 | 470 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11100010 | 0 | 11010 | 101 | 110 | 100111000 | 1000010 | 1010001 |
Color Harmonies of #EFB0E2
Complementary color
Monochromatic Colors of #EFB0E2
Black with #EFB0E2
Text Example
Text Example
White with #EFB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0E2; }
p { color: rgb(239,176,226); }
H1.HeaderClassName
{
color: #EFB0E2;
}
.AnyTagClassName
{
color: #EFB0E2;
}
</style>
background-color css
<style>
a { background-color: #EFB0E2; }
a { background-color: rgb(239,176,226); }
div.DivClassName
{
background-color: #EFB0E2;
}
.BgClassName
{
background-color: #EFB0E2;
}
</style>
border-color css
<style>
span { border-color: #EFB0E2; }
span { border-color: rgb(239,176,226); }
td.TdClassName
{
border-color: #EFB0E2;
}
.TagClassName
{
border-color: #EFB0E2;
}
</style>