Shades of Carissma #E68A8F
Tints of Carissma #E68A8F
RGB
CMYK
RGB Variations
Color information
#E68A8F (or 0xE68A8F) is known color: Carissma. HEX triplet: E6, 8A and 8F. RGB value is (230,138,143). Sum of RGB (Red+Green+Blue) = 230+138+143=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A8F is #197570. Grayscale: #A6A6A6. Windows color (decimal): -1668465 or 9407206. OLE color: 9407206.
HSL color Cylindrical-coordinate representation of color #E68A8F: hue angle of 356.74º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68A8F is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 143 | - |
| CMYK | 0 | 0.4 | 0.38 | 0.10 |
| HSL | 356.74º | 0.65% | 0.72% | - |
| HSV(B) | 356.74º | 0.4% | 0.9% | - |
| XYZ | 46.68 | 36.98 | 30.66 | - |
| YUV | 166.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 143 | 0 | 0.4 | 0.38 | 0.10 | 356.74 | 0.65 | 0.72 |
| Hex | E6 | 8A | 8F | 0 | 28 | 26 | A | 165 | 41 | 48 |
| Octal | 346 | 212 | 217 | 0 | 50 | 46 | 12 | 545 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10001111 | 0 | 101000 | 100110 | 1010 | 101100101 | 1000001 | 1001000 |
Color Harmonies of #E68A8F
Complementary color
Monochromatic Colors of #E68A8F
Black with #E68A8F
Text Example
Text Example
White with #E68A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A8F; }
p { color: rgb(230,138,143); }
H1.HeaderClassName
{
color: #E68A8F;
}
.AnyTagClassName
{
color: #E68A8F;
}
</style>
background-color css
<style>
a { background-color: #E68A8F; }
a { background-color: rgb(230,138,143); }
div.DivClassName
{
background-color: #E68A8F;
}
.BgClassName
{
background-color: #E68A8F;
}
</style>
border-color css
<style>
span { border-color: #E68A8F; }
span { border-color: rgb(230,138,143); }
td.TdClassName
{
border-color: #E68A8F;
}
.TagClassName
{
border-color: #E68A8F;
}
</style>