Shades of Cupid #EFB2C3
Tints of Cupid #EFB2C3
RGB
CMYK
RGB Variations
Color information
#EFB2C3 (or 0xEFB2C3) is known color: Cupid. HEX triplet: EF, B2 and C3. RGB value is (239,178,195). Sum of RGB (Red+Green+Blue) = 239+178+195=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C3 is #104D3C. Grayscale: #C6C6C6. Windows color (decimal): -1068349 or 12825327. OLE color: 12825327.
HSL color Cylindrical-coordinate representation of color #EFB2C3: hue angle of 343.28º 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 #EFB2C3 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 195 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.06 |
| HSL | 343.28º | 0.66% | 0.82% | - |
| HSV(B) | 343.28º | 0.26% | 0.94% | - |
| XYZ | 61.37 | 54.13 | 58.84 | - |
| YUV | 198.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 195 | 0 | 0.26 | 0.18 | 0.06 | 343.28 | 0.66 | 0.82 |
| Hex | EF | B2 | C3 | 0 | 1A | 12 | 6 | 157 | 42 | 52 |
| Octal | 357 | 262 | 303 | 0 | 32 | 22 | 6 | 527 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11000011 | 0 | 11010 | 10010 | 110 | 101010111 | 1000010 | 1010010 |
Color Harmonies of #EFB2C3
Complementary color
Monochromatic Colors of #EFB2C3
Black with #EFB2C3
Text Example
Text Example
White with #EFB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2C3; }
p { color: rgb(239,178,195); }
H1.HeaderClassName
{
color: #EFB2C3;
}
.AnyTagClassName
{
color: #EFB2C3;
}
</style>
background-color css
<style>
a { background-color: #EFB2C3; }
a { background-color: rgb(239,178,195); }
div.DivClassName
{
background-color: #EFB2C3;
}
.BgClassName
{
background-color: #EFB2C3;
}
</style>
border-color css
<style>
span { border-color: #EFB2C3; }
span { border-color: rgb(239,178,195); }
td.TdClassName
{
border-color: #EFB2C3;
}
.TagClassName
{
border-color: #EFB2C3;
}
</style>