Shades of Carissma #EF7D9D
Tints of Carissma #EF7D9D
RGB
CMYK
RGB Variations
Color information
#EF7D9D (or 0xEF7D9D) is known color: Carissma. HEX triplet: EF, 7D and 9D. RGB value is (239,125,157). Sum of RGB (Red+Green+Blue) = 239+125+157=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D9D is #108262. Grayscale: #A2A2A2. Windows color (decimal): -1081955 or 10321391. OLE color: 10321391.
HSL color Cylindrical-coordinate representation of color #EF7D9D: hue angle of 343.16º 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 #EF7D9D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 157 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.06 |
| HSL | 343.16º | 0.78% | 0.71% | - |
| HSV(B) | 343.16º | 0.48% | 0.94% | - |
| XYZ | 49.02 | 35.45 | 36.16 | - |
| YUV | 162.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 157 | 0 | 0.48 | 0.34 | 0.06 | 343.16 | 0.78 | 0.71 |
| Hex | EF | 7D | 9D | 0 | 30 | 22 | 6 | 157 | 4E | 47 |
| Octal | 357 | 175 | 235 | 0 | 60 | 42 | 6 | 527 | 116 | 107 |
| Binary | 11101111 | 1111101 | 10011101 | 0 | 110000 | 100010 | 110 | 101010111 | 1001110 | 1000111 |
Color Harmonies of #EF7D9D
Complementary color
Monochromatic Colors of #EF7D9D
Black with #EF7D9D
Text Example
Text Example
White with #EF7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D9D; }
p { color: rgb(239,125,157); }
H1.HeaderClassName
{
color: #EF7D9D;
}
.AnyTagClassName
{
color: #EF7D9D;
}
</style>
background-color css
<style>
a { background-color: #EF7D9D; }
a { background-color: rgb(239,125,157); }
div.DivClassName
{
background-color: #EF7D9D;
}
.BgClassName
{
background-color: #EF7D9D;
}
</style>
border-color css
<style>
span { border-color: #EF7D9D; }
span { border-color: rgb(239,125,157); }
td.TdClassName
{
border-color: #EF7D9D;
}
.TagClassName
{
border-color: #EF7D9D;
}
</style>