Shades of Lavender Pink #EFB4D4
Tints of Lavender Pink #EFB4D4
RGB
CMYK
RGB Variations
Color information
#EFB4D4 (or 0xEFB4D4) is known color: Lavender Pink. HEX triplet: EF, B4 and D4. RGB value is (239,180,212). Sum of RGB (Red+Green+Blue) = 239+180+212=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4D4 is #104B2B. Grayscale: #C9C9C9. Windows color (decimal): -1067820 or 13939951. OLE color: 13939951.
HSL color Cylindrical-coordinate representation of color #EFB4D4: hue angle of 327.46º 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 #EFB4D4 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 212 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.06 |
| HSL | 327.46º | 0.65% | 0.82% | - |
| HSV(B) | 327.46º | 0.25% | 0.94% | - |
| XYZ | 63.8 | 55.75 | 69.68 | - |
| YUV | 201.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 212 | 0 | 0.25 | 0.11 | 0.06 | 327.46 | 0.65 | 0.82 |
| Hex | EF | B4 | D4 | 0 | 19 | B | 6 | 147 | 41 | 52 |
| Octal | 357 | 264 | 324 | 0 | 31 | 13 | 6 | 507 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11010100 | 0 | 11001 | 1011 | 110 | 101000111 | 1000001 | 1010010 |
Color Harmonies of #EFB4D4
Complementary color
Monochromatic Colors of #EFB4D4
Black with #EFB4D4
Text Example
Text Example
White with #EFB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4D4; }
p { color: rgb(239,180,212); }
H1.HeaderClassName
{
color: #EFB4D4;
}
.AnyTagClassName
{
color: #EFB4D4;
}
</style>
background-color css
<style>
a { background-color: #EFB4D4; }
a { background-color: rgb(239,180,212); }
div.DivClassName
{
background-color: #EFB4D4;
}
.BgClassName
{
background-color: #EFB4D4;
}
</style>
border-color css
<style>
span { border-color: #EFB4D4; }
span { border-color: rgb(239,180,212); }
td.TdClassName
{
border-color: #EFB4D4;
}
.TagClassName
{
border-color: #EFB4D4;
}
</style>