Shades of Lavender Rose #EFAFE3
Tints of Lavender Rose #EFAFE3
RGB
CMYK
RGB Variations
Color information
#EFAFE3 (or 0xEFAFE3) is known color: Lavender Rose. HEX triplet: EF, AF and E3. RGB value is (239,175,227). Sum of RGB (Red+Green+Blue) = 239+175+227=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE3 is #10501C. Grayscale: #C7C7C7. Windows color (decimal): -1069085 or 14921711. OLE color: 14921711.
HSL color Cylindrical-coordinate representation of color #EFAFE3: hue angle of 311.25º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFE3 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 227 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.06 |
| HSL | 311.25º | 0.67% | 0.81% | - |
| HSV(B) | 311.25º | 0.27% | 0.94% | - |
| XYZ | 64.79 | 54.56 | 79.79 | - |
| YUV | 200.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 227 | 0 | 0.27 | 0.05 | 0.06 | 311.25 | 0.67 | 0.81 |
| Hex | EF | AF | E3 | 0 | 1B | 5 | 6 | 137 | 43 | 51 |
| Octal | 357 | 257 | 343 | 0 | 33 | 5 | 6 | 467 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11100011 | 0 | 11011 | 101 | 110 | 100110111 | 1000011 | 1010001 |
Color Harmonies of #EFAFE3
Complementary color
Monochromatic Colors of #EFAFE3
Black with #EFAFE3
Text Example
Text Example
White with #EFAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFE3; }
p { color: rgb(239,175,227); }
H1.HeaderClassName
{
color: #EFAFE3;
}
.AnyTagClassName
{
color: #EFAFE3;
}
</style>
background-color css
<style>
a { background-color: #EFAFE3; }
a { background-color: rgb(239,175,227); }
div.DivClassName
{
background-color: #EFAFE3;
}
.BgClassName
{
background-color: #EFAFE3;
}
</style>
border-color css
<style>
span { border-color: #EFAFE3; }
span { border-color: rgb(239,175,227); }
td.TdClassName
{
border-color: #EFAFE3;
}
.TagClassName
{
border-color: #EFAFE3;
}
</style>