Shades of Carissma #EA828C
Tints of Carissma #EA828C
RGB
CMYK
RGB Variations
Color information
#EA828C (or 0xEA828C) is known color: Carissma. HEX triplet: EA, 82 and 8C. RGB value is (234,130,140). Sum of RGB (Red+Green+Blue) = 234+130+140=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA828C is #157D73. Grayscale: #A2A2A2. Windows color (decimal): -1408372 or 9208554. OLE color: 9208554.
HSL color Cylindrical-coordinate representation of color #EA828C: hue angle of 354.23º 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 #EA828C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 140 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.08 |
| HSL | 354.23º | 0.71% | 0.71% | - |
| HSV(B) | 354.23º | 0.44% | 0.92% | - |
| XYZ | 46.65 | 35.35 | 29.18 | - |
| YUV | 162.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 140 | 0 | 0.44 | 0.40 | 0.08 | 354.23 | 0.71 | 0.71 |
| Hex | EA | 82 | 8C | 0 | 2C | 28 | 8 | 162 | 47 | 47 |
| Octal | 352 | 202 | 214 | 0 | 54 | 50 | 10 | 542 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10001100 | 0 | 101100 | 101000 | 1000 | 101100010 | 1000111 | 1000111 |
Color Harmonies of #EA828C
Complementary color
Monochromatic Colors of #EA828C
Black with #EA828C
Text Example
Text Example
White with #EA828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA828C; }
p { color: rgb(234,130,140); }
H1.HeaderClassName
{
color: #EA828C;
}
.AnyTagClassName
{
color: #EA828C;
}
</style>
background-color css
<style>
a { background-color: #EA828C; }
a { background-color: rgb(234,130,140); }
div.DivClassName
{
background-color: #EA828C;
}
.BgClassName
{
background-color: #EA828C;
}
</style>
border-color css
<style>
span { border-color: #EA828C; }
span { border-color: rgb(234,130,140); }
td.TdClassName
{
border-color: #EA828C;
}
.TagClassName
{
border-color: #EA828C;
}
</style>