Shades of Carissma #EE769C
Tints of Carissma #EE769C
RGB
CMYK
RGB Variations
Color information
#EE769C (or 0xEE769C) is known color: Carissma. HEX triplet: EE, 76 and 9C. RGB value is (238,118,156). Sum of RGB (Red+Green+Blue) = 238+118+156=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE769C is #118963. Grayscale: #9E9E9E. Windows color (decimal): -1149284 or 10254062. OLE color: 10254062.
HSL color Cylindrical-coordinate representation of color #EE769C: hue angle of 341º 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 #EE769C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 156 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.07 |
| HSL | 341º | 0.78% | 0.7% | - |
| HSV(B) | 341º | 0.5% | 0.93% | - |
| XYZ | 47.74 | 33.53 | 35.41 | - |
| YUV | 158.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 156 | 0 | 0.50 | 0.34 | 0.07 | 341 | 0.78 | 0.7 |
| Hex | EE | 76 | 9C | 0 | 32 | 22 | 7 | 155 | 4E | 46 |
| Octal | 356 | 166 | 234 | 0 | 62 | 42 | 7 | 525 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10011100 | 0 | 110010 | 100010 | 111 | 101010101 | 1001110 | 1000110 |
Color Harmonies of #EE769C
Complementary color
Monochromatic Colors of #EE769C
Black with #EE769C
Text Example
Text Example
White with #EE769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE769C; }
p { color: rgb(238,118,156); }
H1.HeaderClassName
{
color: #EE769C;
}
.AnyTagClassName
{
color: #EE769C;
}
</style>
background-color css
<style>
a { background-color: #EE769C; }
a { background-color: rgb(238,118,156); }
div.DivClassName
{
background-color: #EE769C;
}
.BgClassName
{
background-color: #EE769C;
}
</style>
border-color css
<style>
span { border-color: #EE769C; }
span { border-color: rgb(238,118,156); }
td.TdClassName
{
border-color: #EE769C;
}
.TagClassName
{
border-color: #EE769C;
}
</style>