Shades of Carissma #EE809C
Tints of Carissma #EE809C
RGB
CMYK
RGB Variations
Color information
#EE809C (or 0xEE809C) is known color: Carissma. HEX triplet: EE, 80 and 9C. RGB value is (238,128,156). Sum of RGB (Red+Green+Blue) = 238+128+156=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE809C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE809C is #117F63. Grayscale: #A4A4A4. Windows color (decimal): -1146724 or 10256622. OLE color: 10256622.
HSL color Cylindrical-coordinate representation of color #EE809C: hue angle of 344.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE809C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 156 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.07 |
| HSL | 344.73º | 0.76% | 0.72% | - |
| HSV(B) | 344.73º | 0.46% | 0.93% | - |
| XYZ | 48.98 | 36.02 | 35.82 | - |
| YUV | 164.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 156 | 0 | 0.46 | 0.34 | 0.07 | 344.73 | 0.76 | 0.72 |
| Hex | EE | 80 | 9C | 0 | 2E | 22 | 7 | 159 | 4C | 48 |
| Octal | 356 | 200 | 234 | 0 | 56 | 42 | 7 | 531 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10011100 | 0 | 101110 | 100010 | 111 | 101011001 | 1001100 | 1001000 |
Color Harmonies of #EE809C
Complementary color
Monochromatic Colors of #EE809C
Black with #EE809C
Text Example
Text Example
White with #EE809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE809C; }
p { color: rgb(238,128,156); }
H1.HeaderClassName
{
color: #EE809C;
}
.AnyTagClassName
{
color: #EE809C;
}
</style>
background-color css
<style>
a { background-color: #EE809C; }
a { background-color: rgb(238,128,156); }
div.DivClassName
{
background-color: #EE809C;
}
.BgClassName
{
background-color: #EE809C;
}
</style>
border-color css
<style>
span { border-color: #EE809C; }
span { border-color: rgb(238,128,156); }
td.TdClassName
{
border-color: #EE809C;
}
.TagClassName
{
border-color: #EE809C;
}
</style>