Shades of Carissma #EA7F87
Tints of Carissma #EA7F87
RGB
CMYK
RGB Variations
Color information
#EA7F87 (or 0xEA7F87) is known color: Carissma. HEX triplet: EA, 7F and 87. RGB value is (234,127,135). Sum of RGB (Red+Green+Blue) = 234+127+135=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7F87 is #158078. Grayscale: #9F9F9F. Windows color (decimal): -1409145 or 8880106. OLE color: 8880106.
HSL color Cylindrical-coordinate representation of color #EA7F87: hue angle of 355.51º 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 #EA7F87 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 135 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.08 |
| HSL | 355.51º | 0.72% | 0.71% | - |
| HSV(B) | 355.51º | 0.46% | 0.92% | - |
| XYZ | 45.89 | 34.42 | 27.15 | - |
| YUV | 159.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 135 | 0 | 0.46 | 0.42 | 0.08 | 355.51 | 0.72 | 0.71 |
| Hex | EA | 7F | 87 | 0 | 2E | 2A | 8 | 164 | 48 | 47 |
| Octal | 352 | 177 | 207 | 0 | 56 | 52 | 10 | 544 | 110 | 107 |
| Binary | 11101010 | 1111111 | 10000111 | 0 | 101110 | 101010 | 1000 | 101100100 | 1001000 | 1000111 |
Color Harmonies of #EA7F87
Complementary color
Monochromatic Colors of #EA7F87
Black with #EA7F87
Text Example
Text Example
White with #EA7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7F87; }
p { color: rgb(234,127,135); }
H1.HeaderClassName
{
color: #EA7F87;
}
.AnyTagClassName
{
color: #EA7F87;
}
</style>
background-color css
<style>
a { background-color: #EA7F87; }
a { background-color: rgb(234,127,135); }
div.DivClassName
{
background-color: #EA7F87;
}
.BgClassName
{
background-color: #EA7F87;
}
</style>
border-color css
<style>
span { border-color: #EA7F87; }
span { border-color: rgb(234,127,135); }
td.TdClassName
{
border-color: #EA7F87;
}
.TagClassName
{
border-color: #EA7F87;
}
</style>