Shades of Carissma #E58A8C
Tints of Carissma #E58A8C
RGB
CMYK
RGB Variations
Color information
#E58A8C (or 0xE58A8C) is known color: Carissma. HEX triplet: E5, 8A and 8C. RGB value is (229,138,140). Sum of RGB (Red+Green+Blue) = 229+138+140=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A8C is #1A7573. Grayscale: #A5A5A5. Windows color (decimal): -1734004 or 9210597. OLE color: 9210597.
HSL color Cylindrical-coordinate representation of color #E58A8C: hue angle of 358.68º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58A8C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 138 | 140 | - |
CMYK | 0 | 0.40 | 0.39 | 0.10 |
HSL | 358.68º | 0.64% | 0.72% | - |
HSV(B) | 358.68º | 0.4% | 0.9% | - |
XYZ | 46.14 | 36.73 | 29.47 | - |
YUV | 165.44 | 113.65 | 173.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 138 | 140 | 0 | 0.40 | 0.39 | 0.10 | 358.68 | 0.64 | 0.72 |
Hex | E5 | 8A | 8C | 0 | 28 | 27 | A | 167 | 40 | 48 |
Octal | 345 | 212 | 214 | 0 | 50 | 47 | 12 | 547 | 100 | 110 |
Binary | 11100101 | 10001010 | 10001100 | 0 | 101000 | 100111 | 1010 | 101100111 | 1000000 | 1001000 |
Color Harmonies of #E58A8C
Complementary color
Monochromatic Colors of #E58A8C
Black with #E58A8C
Text Example
Text Example
White with #E58A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A8C; }
p { color: rgb(229,138,140); }
H1.HeaderClassName
{
color: #E58A8C;
}
.AnyTagClassName
{
color: #E58A8C;
}
</style>
background-color css
<style>
a { background-color: #E58A8C; }
a { background-color: rgb(229,138,140); }
div.DivClassName
{
background-color: #E58A8C;
}
.BgClassName
{
background-color: #E58A8C;
}
</style>
border-color css
<style>
span { border-color: #E58A8C; }
span { border-color: rgb(229,138,140); }
td.TdClassName
{
border-color: #E58A8C;
}
.TagClassName
{
border-color: #E58A8C;
}
</style>