Shades of Carissma #EE7B9D
Tints of Carissma #EE7B9D
RGB
CMYK
RGB Variations
Color information
#EE7B9D (or 0xEE7B9D) is known color: Carissma. HEX triplet: EE, 7B and 9D. RGB value is (238,123,157). Sum of RGB (Red+Green+Blue) = 238+123+157=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7B9D is #118462. Grayscale: #A1A1A1. Windows color (decimal): -1148003 or 10320878. OLE color: 10320878.
HSL color Cylindrical-coordinate representation of color #EE7B9D: hue angle of 342.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7B9D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 157 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.07 |
| HSL | 342.26º | 0.77% | 0.71% | - |
| HSV(B) | 342.26º | 0.48% | 0.93% | - |
| XYZ | 48.43 | 34.78 | 36.06 | - |
| YUV | 161.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 157 | 0 | 0.48 | 0.34 | 0.07 | 342.26 | 0.77 | 0.71 |
| Hex | EE | 7B | 9D | 0 | 30 | 22 | 7 | 156 | 4D | 47 |
| Octal | 356 | 173 | 235 | 0 | 60 | 42 | 7 | 526 | 115 | 107 |
| Binary | 11101110 | 1111011 | 10011101 | 0 | 110000 | 100010 | 111 | 101010110 | 1001101 | 1000111 |
Color Harmonies of #EE7B9D
Complementary color
Monochromatic Colors of #EE7B9D
Black with #EE7B9D
Text Example
Text Example
White with #EE7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7B9D; }
p { color: rgb(238,123,157); }
H1.HeaderClassName
{
color: #EE7B9D;
}
.AnyTagClassName
{
color: #EE7B9D;
}
</style>
background-color css
<style>
a { background-color: #EE7B9D; }
a { background-color: rgb(238,123,157); }
div.DivClassName
{
background-color: #EE7B9D;
}
.BgClassName
{
background-color: #EE7B9D;
}
</style>
border-color css
<style>
span { border-color: #EE7B9D; }
span { border-color: rgb(238,123,157); }
td.TdClassName
{
border-color: #EE7B9D;
}
.TagClassName
{
border-color: #EE7B9D;
}
</style>