Shades of Carissma #EA7D88
Tints of Carissma #EA7D88
RGB
CMYK
RGB Variations
Color information
#EA7D88 (or 0xEA7D88) is known color: Carissma. HEX triplet: EA, 7D and 88. RGB value is (234,125,136). Sum of RGB (Red+Green+Blue) = 234+125+136=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D88 is #158277. Grayscale: #9E9E9E. Windows color (decimal): -1409656 or 8945130. OLE color: 8945130.
HSL color Cylindrical-coordinate representation of color #EA7D88: hue angle of 353.94º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7D88 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 136 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.08 |
| HSL | 353.94º | 0.72% | 0.7% | - |
| HSV(B) | 353.94º | 0.47% | 0.92% | - |
| XYZ | 45.71 | 33.94 | 27.43 | - |
| YUV | 158.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 136 | 0 | 0.47 | 0.42 | 0.08 | 353.94 | 0.72 | 0.7 |
| Hex | EA | 7D | 88 | 0 | 2F | 2A | 8 | 162 | 48 | 46 |
| Octal | 352 | 175 | 210 | 0 | 57 | 52 | 10 | 542 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10001000 | 0 | 101111 | 101010 | 1000 | 101100010 | 1001000 | 1000110 |
Color Harmonies of #EA7D88
Complementary color
Monochromatic Colors of #EA7D88
Black with #EA7D88
Text Example
Text Example
White with #EA7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D88; }
p { color: rgb(234,125,136); }
H1.HeaderClassName
{
color: #EA7D88;
}
.AnyTagClassName
{
color: #EA7D88;
}
</style>
background-color css
<style>
a { background-color: #EA7D88; }
a { background-color: rgb(234,125,136); }
div.DivClassName
{
background-color: #EA7D88;
}
.BgClassName
{
background-color: #EA7D88;
}
</style>
border-color css
<style>
span { border-color: #EA7D88; }
span { border-color: rgb(234,125,136); }
td.TdClassName
{
border-color: #EA7D88;
}
.TagClassName
{
border-color: #EA7D88;
}
</style>