Shades of Carissma #EA828F
Tints of Carissma #EA828F
RGB
CMYK
RGB Variations
Color information
#EA828F (or 0xEA828F) is known color: Carissma. HEX triplet: EA, 82 and 8F. RGB value is (234,130,143). Sum of RGB (Red+Green+Blue) = 234+130+143=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA828F is #157D70. Grayscale: #A2A2A2. Windows color (decimal): -1408369 or 9405162. OLE color: 9405162.
HSL color Cylindrical-coordinate representation of color #EA828F: hue angle of 352.5º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA828F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 143 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.08 |
| HSL | 352.5º | 0.71% | 0.71% | - |
| HSV(B) | 352.5º | 0.44% | 0.92% | - |
| XYZ | 46.87 | 35.44 | 30.36 | - |
| YUV | 162.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 143 | 0 | 0.44 | 0.39 | 0.08 | 352.5 | 0.71 | 0.71 |
| Hex | EA | 82 | 8F | 0 | 2C | 27 | 8 | 160 | 47 | 47 |
| Octal | 352 | 202 | 217 | 0 | 54 | 47 | 10 | 540 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10001111 | 0 | 101100 | 100111 | 1000 | 101100000 | 1000111 | 1000111 |
Color Harmonies of #EA828F
Complementary color
Monochromatic Colors of #EA828F
Black with #EA828F
Text Example
Text Example
White with #EA828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA828F; }
p { color: rgb(234,130,143); }
H1.HeaderClassName
{
color: #EA828F;
}
.AnyTagClassName
{
color: #EA828F;
}
</style>
background-color css
<style>
a { background-color: #EA828F; }
a { background-color: rgb(234,130,143); }
div.DivClassName
{
background-color: #EA828F;
}
.BgClassName
{
background-color: #EA828F;
}
</style>
border-color css
<style>
span { border-color: #EA828F; }
span { border-color: rgb(234,130,143); }
td.TdClassName
{
border-color: #EA828F;
}
.TagClassName
{
border-color: #EA828F;
}
</style>