Shades of Carissma #EF7F9B
Tints of Carissma #EF7F9B
RGB
CMYK
RGB Variations
Color information
#EF7F9B (or 0xEF7F9B) is known color: Carissma. HEX triplet: EF, 7F and 9B. RGB value is (239,127,155). Sum of RGB (Red+Green+Blue) = 239+127+155=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F9B is #108064. Grayscale: #A3A3A3. Windows color (decimal): -1081445 or 10190831. OLE color: 10190831.
HSL color Cylindrical-coordinate representation of color #EF7F9B: hue angle of 345º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F9B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 155 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.06 |
| HSL | 345º | 0.78% | 0.72% | - |
| HSV(B) | 345º | 0.47% | 0.94% | - |
| XYZ | 49.1 | 35.9 | 35.35 | - |
| YUV | 163.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 155 | 0 | 0.47 | 0.35 | 0.06 | 345 | 0.78 | 0.72 |
| Hex | EF | 7F | 9B | 0 | 2F | 23 | 6 | 159 | 4E | 48 |
| Octal | 357 | 177 | 233 | 0 | 57 | 43 | 6 | 531 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10011011 | 0 | 101111 | 100011 | 110 | 101011001 | 1001110 | 1001000 |
Color Harmonies of #EF7F9B
Complementary color
Monochromatic Colors of #EF7F9B
Black with #EF7F9B
Text Example
Text Example
White with #EF7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F9B; }
p { color: rgb(239,127,155); }
H1.HeaderClassName
{
color: #EF7F9B;
}
.AnyTagClassName
{
color: #EF7F9B;
}
</style>
background-color css
<style>
a { background-color: #EF7F9B; }
a { background-color: rgb(239,127,155); }
div.DivClassName
{
background-color: #EF7F9B;
}
.BgClassName
{
background-color: #EF7F9B;
}
</style>
border-color css
<style>
span { border-color: #EF7F9B; }
span { border-color: rgb(239,127,155); }
td.TdClassName
{
border-color: #EF7F9B;
}
.TagClassName
{
border-color: #EF7F9B;
}
</style>