Shades of Carissma #EF7A8A
Tints of Carissma #EF7A8A
RGB
CMYK
RGB Variations
Color information
#EF7A8A (or 0xEF7A8A) is known color: Carissma. HEX triplet: EF, 7A and 8A. RGB value is (239,122,138). Sum of RGB (Red+Green+Blue) = 239+122+138=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A8A is #108575. Grayscale: #9E9E9E. Windows color (decimal): -1082742 or 9075439. OLE color: 9075439.
HSL color Cylindrical-coordinate representation of color #EF7A8A: hue angle of 351.79º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7A8A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 138 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.06 |
| HSL | 351.79º | 0.79% | 0.71% | - |
| HSV(B) | 351.79º | 0.49% | 0.94% | - |
| XYZ | 47.14 | 34.1 | 28.14 | - |
| YUV | 158.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 138 | 0 | 0.49 | 0.42 | 0.06 | 351.79 | 0.79 | 0.71 |
| Hex | EF | 7A | 8A | 0 | 31 | 2A | 6 | 160 | 4F | 47 |
| Octal | 357 | 172 | 212 | 0 | 61 | 52 | 6 | 540 | 117 | 107 |
| Binary | 11101111 | 1111010 | 10001010 | 0 | 110001 | 101010 | 110 | 101100000 | 1001111 | 1000111 |
Color Harmonies of #EF7A8A
Complementary color
Monochromatic Colors of #EF7A8A
Black with #EF7A8A
Text Example
Text Example
White with #EF7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A8A; }
p { color: rgb(239,122,138); }
H1.HeaderClassName
{
color: #EF7A8A;
}
.AnyTagClassName
{
color: #EF7A8A;
}
</style>
background-color css
<style>
a { background-color: #EF7A8A; }
a { background-color: rgb(239,122,138); }
div.DivClassName
{
background-color: #EF7A8A;
}
.BgClassName
{
background-color: #EF7A8A;
}
</style>
border-color css
<style>
span { border-color: #EF7A8A; }
span { border-color: rgb(239,122,138); }
td.TdClassName
{
border-color: #EF7A8A;
}
.TagClassName
{
border-color: #EF7A8A;
}
</style>