Shades of Carissma #E68B9F
Tints of Carissma #E68B9F
RGB
CMYK
RGB Variations
Color information
#E68B9F (or 0xE68B9F) is known color: Carissma. HEX triplet: E6, 8B and 9F. RGB value is (230,139,159). Sum of RGB (Red+Green+Blue) = 230+139+159=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B9F is #197460. Grayscale: #A8A8A8. Windows color (decimal): -1668193 or 10456038. OLE color: 10456038.
HSL color Cylindrical-coordinate representation of color #E68B9F: hue angle of 346.81º 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 #E68B9F is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 159 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.10 |
| HSL | 346.81º | 0.65% | 0.72% | - |
| HSV(B) | 346.81º | 0.4% | 0.9% | - |
| XYZ | 48.12 | 37.79 | 37.56 | - |
| YUV | 168.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 159 | 0 | 0.40 | 0.31 | 0.10 | 346.81 | 0.65 | 0.72 |
| Hex | E6 | 8B | 9F | 0 | 28 | 1F | A | 15B | 41 | 48 |
| Octal | 346 | 213 | 237 | 0 | 50 | 37 | 12 | 533 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10011111 | 0 | 101000 | 11111 | 1010 | 101011011 | 1000001 | 1001000 |
Color Harmonies of #E68B9F
Complementary color
Monochromatic Colors of #E68B9F
Black with #E68B9F
Text Example
Text Example
White with #E68B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B9F; }
p { color: rgb(230,139,159); }
H1.HeaderClassName
{
color: #E68B9F;
}
.AnyTagClassName
{
color: #E68B9F;
}
</style>
background-color css
<style>
a { background-color: #E68B9F; }
a { background-color: rgb(230,139,159); }
div.DivClassName
{
background-color: #E68B9F;
}
.BgClassName
{
background-color: #E68B9F;
}
</style>
border-color css
<style>
span { border-color: #E68B9F; }
span { border-color: rgb(230,139,159); }
td.TdClassName
{
border-color: #E68B9F;
}
.TagClassName
{
border-color: #E68B9F;
}
</style>