Shades of Lavender Pink #EFB4D0
Tints of Lavender Pink #EFB4D0
RGB
CMYK
RGB Variations
Color information
#EFB4D0 (or 0xEFB4D0) is known color: Lavender Pink. HEX triplet: EF, B4 and D0. RGB value is (239,180,208). Sum of RGB (Red+Green+Blue) = 239+180+208=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4D0 is #104B2F. Grayscale: #C8C8C8. Windows color (decimal): -1067824 or 13677807. OLE color: 13677807.
HSL color Cylindrical-coordinate representation of color #EFB4D0: hue angle of 331.53º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4D0 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 208 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.06 |
| HSL | 331.53º | 0.65% | 0.82% | - |
| HSV(B) | 331.53º | 0.25% | 0.94% | - |
| XYZ | 63.3 | 55.55 | 67.06 | - |
| YUV | 200.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 208 | 0 | 0.25 | 0.13 | 0.06 | 331.53 | 0.65 | 0.82 |
| Hex | EF | B4 | D0 | 0 | 19 | D | 6 | 14C | 41 | 52 |
| Octal | 357 | 264 | 320 | 0 | 31 | 15 | 6 | 514 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11010000 | 0 | 11001 | 1101 | 110 | 101001100 | 1000001 | 1010010 |
Color Harmonies of #EFB4D0
Complementary color
Monochromatic Colors of #EFB4D0
Black with #EFB4D0
Text Example
Text Example
White with #EFB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4D0; }
p { color: rgb(239,180,208); }
H1.HeaderClassName
{
color: #EFB4D0;
}
.AnyTagClassName
{
color: #EFB4D0;
}
</style>
background-color css
<style>
a { background-color: #EFB4D0; }
a { background-color: rgb(239,180,208); }
div.DivClassName
{
background-color: #EFB4D0;
}
.BgClassName
{
background-color: #EFB4D0;
}
</style>
border-color css
<style>
span { border-color: #EFB4D0; }
span { border-color: rgb(239,180,208); }
td.TdClassName
{
border-color: #EFB4D0;
}
.TagClassName
{
border-color: #EFB4D0;
}
</style>