Shades of Carissma #EF7D99
Tints of Carissma #EF7D99
RGB
CMYK
RGB Variations
Color information
#EF7D99 (or 0xEF7D99) is known color: Carissma. HEX triplet: EF, 7D and 99. RGB value is (239,125,153). Sum of RGB (Red+Green+Blue) = 239+125+153=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D99 is #108266. Grayscale: #A2A2A2. Windows color (decimal): -1081959 or 10059247. OLE color: 10059247.
HSL color Cylindrical-coordinate representation of color #EF7D99: hue angle of 345.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7D99 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 153 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.06 |
| HSL | 345.26º | 0.78% | 0.71% | - |
| HSV(B) | 345.26º | 0.48% | 0.94% | - |
| XYZ | 48.68 | 35.32 | 34.39 | - |
| YUV | 162.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 153 | 0 | 0.48 | 0.36 | 0.06 | 345.26 | 0.78 | 0.71 |
| Hex | EF | 7D | 99 | 0 | 30 | 24 | 6 | 159 | 4E | 47 |
| Octal | 357 | 175 | 231 | 0 | 60 | 44 | 6 | 531 | 116 | 107 |
| Binary | 11101111 | 1111101 | 10011001 | 0 | 110000 | 100100 | 110 | 101011001 | 1001110 | 1000111 |
Color Harmonies of #EF7D99
Complementary color
Monochromatic Colors of #EF7D99
Black with #EF7D99
Text Example
Text Example
White with #EF7D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D99; }
p { color: rgb(239,125,153); }
H1.HeaderClassName
{
color: #EF7D99;
}
.AnyTagClassName
{
color: #EF7D99;
}
</style>
background-color css
<style>
a { background-color: #EF7D99; }
a { background-color: rgb(239,125,153); }
div.DivClassName
{
background-color: #EF7D99;
}
.BgClassName
{
background-color: #EF7D99;
}
</style>
border-color css
<style>
span { border-color: #EF7D99; }
span { border-color: rgb(239,125,153); }
td.TdClassName
{
border-color: #EF7D99;
}
.TagClassName
{
border-color: #EF7D99;
}
</style>