Shades of French Lilac #EFB2E2
Tints of French Lilac #EFB2E2
RGB
CMYK
RGB Variations
Color information
#EFB2E2 (or 0xEFB2E2) is known color: French Lilac. HEX triplet: EF, B2 and E2. RGB value is (239,178,226). Sum of RGB (Red+Green+Blue) = 239+178+226=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2E2 is #104D1D. Grayscale: #C9C9C9. Windows color (decimal): -1068318 or 14856943. OLE color: 14856943.
HSL color Cylindrical-coordinate representation of color #EFB2E2: hue angle of 312.79º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2E2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 178 | 226 | - |
CMYK | 0 | 0.26 | 0.05 | 0.06 |
HSL | 312.79º | 0.66% | 0.82% | - |
HSV(B) | 312.79º | 0.26% | 0.94% | - |
XYZ | 65.24 | 55.68 | 79.26 | - |
YUV | 201.71 | 141.71 | 154.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 178 | 226 | 0 | 0.26 | 0.05 | 0.06 | 312.79 | 0.66 | 0.82 |
Hex | EF | B2 | E2 | 0 | 1A | 5 | 6 | 139 | 42 | 52 |
Octal | 357 | 262 | 342 | 0 | 32 | 5 | 6 | 471 | 102 | 122 |
Binary | 11101111 | 10110010 | 11100010 | 0 | 11010 | 101 | 110 | 100111001 | 1000010 | 1010010 |
Color Harmonies of #EFB2E2
Complementary color
Monochromatic Colors of #EFB2E2
Black with #EFB2E2
Text Example
Text Example
White with #EFB2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2E2; }
p { color: rgb(239,178,226); }
H1.HeaderClassName
{
color: #EFB2E2;
}
.AnyTagClassName
{
color: #EFB2E2;
}
</style>
background-color css
<style>
a { background-color: #EFB2E2; }
a { background-color: rgb(239,178,226); }
div.DivClassName
{
background-color: #EFB2E2;
}
.BgClassName
{
background-color: #EFB2E2;
}
</style>
border-color css
<style>
span { border-color: #EFB2E2; }
span { border-color: rgb(239,178,226); }
td.TdClassName
{
border-color: #EFB2E2;
}
.TagClassName
{
border-color: #EFB2E2;
}
</style>