Shades of Carissma #EA7F92
Tints of Carissma #EA7F92
RGB
CMYK
RGB Variations
Color information
#EA7F92 (or 0xEA7F92) is known color: Carissma. HEX triplet: EA, 7F and 92. RGB value is (234,127,146). Sum of RGB (Red+Green+Blue) = 234+127+146=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7F92 is #15806D. Grayscale: #A1A1A1. Windows color (decimal): -1409134 or 9601002. OLE color: 9601002.
HSL color Cylindrical-coordinate representation of color #EA7F92: hue angle of 349.35º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7F92 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 146 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.08 |
| HSL | 349.35º | 0.72% | 0.71% | - |
| HSV(B) | 349.35º | 0.46% | 0.92% | - |
| XYZ | 46.71 | 34.75 | 31.44 | - |
| YUV | 161.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 146 | 0 | 0.46 | 0.38 | 0.08 | 349.35 | 0.72 | 0.71 |
| Hex | EA | 7F | 92 | 0 | 2E | 26 | 8 | 15D | 48 | 47 |
| Octal | 352 | 177 | 222 | 0 | 56 | 46 | 10 | 535 | 110 | 107 |
| Binary | 11101010 | 1111111 | 10010010 | 0 | 101110 | 100110 | 1000 | 101011101 | 1001000 | 1000111 |
Color Harmonies of #EA7F92
Complementary color
Monochromatic Colors of #EA7F92
Black with #EA7F92
Text Example
Text Example
White with #EA7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7F92; }
p { color: rgb(234,127,146); }
H1.HeaderClassName
{
color: #EA7F92;
}
.AnyTagClassName
{
color: #EA7F92;
}
</style>
background-color css
<style>
a { background-color: #EA7F92; }
a { background-color: rgb(234,127,146); }
div.DivClassName
{
background-color: #EA7F92;
}
.BgClassName
{
background-color: #EA7F92;
}
</style>
border-color css
<style>
span { border-color: #EA7F92; }
span { border-color: rgb(234,127,146); }
td.TdClassName
{
border-color: #EA7F92;
}
.TagClassName
{
border-color: #EA7F92;
}
</style>