Shades of Carissma #EA7E9C
Tints of Carissma #EA7E9C
RGB
CMYK
RGB Variations
Color information
#EA7E9C (or 0xEA7E9C) is known color: Carissma. HEX triplet: EA, 7E and 9C. RGB value is (234,126,156). Sum of RGB (Red+Green+Blue) = 234+126+156=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E9C is #158163. Grayscale: #A1A1A1. Windows color (decimal): -1409380 or 10256106. OLE color: 10256106.
HSL color Cylindrical-coordinate representation of color #EA7E9C: hue angle of 343.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7E9C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 156 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.08 |
| HSL | 343.33º | 0.72% | 0.71% | - |
| HSV(B) | 343.33º | 0.46% | 0.92% | - |
| XYZ | 47.39 | 34.81 | 35.67 | - |
| YUV | 161.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 156 | 0 | 0.46 | 0.33 | 0.08 | 343.33 | 0.72 | 0.71 |
| Hex | EA | 7E | 9C | 0 | 2E | 21 | 8 | 157 | 48 | 47 |
| Octal | 352 | 176 | 234 | 0 | 56 | 41 | 10 | 527 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10011100 | 0 | 101110 | 100001 | 1000 | 101010111 | 1001000 | 1000111 |
Color Harmonies of #EA7E9C
Complementary color
Monochromatic Colors of #EA7E9C
Black with #EA7E9C
Text Example
Text Example
White with #EA7E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E9C; }
p { color: rgb(234,126,156); }
H1.HeaderClassName
{
color: #EA7E9C;
}
.AnyTagClassName
{
color: #EA7E9C;
}
</style>
background-color css
<style>
a { background-color: #EA7E9C; }
a { background-color: rgb(234,126,156); }
div.DivClassName
{
background-color: #EA7E9C;
}
.BgClassName
{
background-color: #EA7E9C;
}
</style>
border-color css
<style>
span { border-color: #EA7E9C; }
span { border-color: rgb(234,126,156); }
td.TdClassName
{
border-color: #EA7E9C;
}
.TagClassName
{
border-color: #EA7E9C;
}
</style>