Shades of Carissma #EE769B
Tints of Carissma #EE769B
RGB
CMYK
RGB Variations
Color information
#EE769B (or 0xEE769B) is known color: Carissma. HEX triplet: EE, 76 and 9B. RGB value is (238,118,155). Sum of RGB (Red+Green+Blue) = 238+118+155=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE769B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE769B is #118964. Grayscale: #9E9E9E. Windows color (decimal): -1149285 or 10188526. OLE color: 10188526.
HSL color Cylindrical-coordinate representation of color #EE769B: hue angle of 341.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE769B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 155 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.07 |
| HSL | 341.5º | 0.78% | 0.7% | - |
| HSV(B) | 341.5º | 0.5% | 0.93% | - |
| XYZ | 47.65 | 33.5 | 34.96 | - |
| YUV | 158.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 155 | 0 | 0.50 | 0.35 | 0.07 | 341.5 | 0.78 | 0.7 |
| Hex | EE | 76 | 9B | 0 | 32 | 23 | 7 | 156 | 4E | 46 |
| Octal | 356 | 166 | 233 | 0 | 62 | 43 | 7 | 526 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10011011 | 0 | 110010 | 100011 | 111 | 101010110 | 1001110 | 1000110 |
Color Harmonies of #EE769B
Complementary color
Monochromatic Colors of #EE769B
Black with #EE769B
Text Example
Text Example
White with #EE769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE769B; }
p { color: rgb(238,118,155); }
H1.HeaderClassName
{
color: #EE769B;
}
.AnyTagClassName
{
color: #EE769B;
}
</style>
background-color css
<style>
a { background-color: #EE769B; }
a { background-color: rgb(238,118,155); }
div.DivClassName
{
background-color: #EE769B;
}
.BgClassName
{
background-color: #EE769B;
}
</style>
border-color css
<style>
span { border-color: #EE769B; }
span { border-color: rgb(238,118,155); }
td.TdClassName
{
border-color: #EE769B;
}
.TagClassName
{
border-color: #EE769B;
}
</style>