Shades of Carissma #EE7F9D
Tints of Carissma #EE7F9D
RGB
CMYK
RGB Variations
Color information
#EE7F9D (or 0xEE7F9D) is known color: Carissma. HEX triplet: EE, 7F and 9D. RGB value is (238,127,157). Sum of RGB (Red+Green+Blue) = 238+127+157=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7F9D is #118062. Grayscale: #A3A3A3. Windows color (decimal): -1146979 or 10321902. OLE color: 10321902.
HSL color Cylindrical-coordinate representation of color #EE7F9D: hue angle of 343.78º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7F9D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 157 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.07 |
| HSL | 343.78º | 0.77% | 0.72% | - |
| HSV(B) | 343.78º | 0.47% | 0.93% | - |
| XYZ | 48.94 | 35.79 | 36.23 | - |
| YUV | 163.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 157 | 0 | 0.47 | 0.34 | 0.07 | 343.78 | 0.77 | 0.72 |
| Hex | EE | 7F | 9D | 0 | 2F | 22 | 7 | 158 | 4D | 48 |
| Octal | 356 | 177 | 235 | 0 | 57 | 42 | 7 | 530 | 115 | 110 |
| Binary | 11101110 | 1111111 | 10011101 | 0 | 101111 | 100010 | 111 | 101011000 | 1001101 | 1001000 |
Color Harmonies of #EE7F9D
Complementary color
Monochromatic Colors of #EE7F9D
Black with #EE7F9D
Text Example
Text Example
White with #EE7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F9D; }
p { color: rgb(238,127,157); }
H1.HeaderClassName
{
color: #EE7F9D;
}
.AnyTagClassName
{
color: #EE7F9D;
}
</style>
background-color css
<style>
a { background-color: #EE7F9D; }
a { background-color: rgb(238,127,157); }
div.DivClassName
{
background-color: #EE7F9D;
}
.BgClassName
{
background-color: #EE7F9D;
}
</style>
border-color css
<style>
span { border-color: #EE7F9D; }
span { border-color: rgb(238,127,157); }
td.TdClassName
{
border-color: #EE7F9D;
}
.TagClassName
{
border-color: #EE7F9D;
}
</style>