Shades of Carissma #ED838A
Tints of Carissma #ED838A
RGB
CMYK
RGB Variations
Color information
#ED838A (or 0xED838A) is known color: Carissma. HEX triplet: ED, 83 and 8A. RGB value is (237,131,138). Sum of RGB (Red+Green+Blue) = 237+131+138=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED838A is #127C75. Grayscale: #A3A3A3. Windows color (decimal): -1211510 or 9077741. OLE color: 9077741.
HSL color Cylindrical-coordinate representation of color #ED838A: hue angle of 356.04º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED838A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 138 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.07 |
| HSL | 356.04º | 0.75% | 0.72% | - |
| HSV(B) | 356.04º | 0.45% | 0.93% | - |
| XYZ | 47.63 | 36.07 | 28.5 | - |
| YUV | 163.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 138 | 0 | 0.45 | 0.42 | 0.07 | 356.04 | 0.75 | 0.72 |
| Hex | ED | 83 | 8A | 0 | 2D | 2A | 7 | 164 | 4B | 48 |
| Octal | 355 | 203 | 212 | 0 | 55 | 52 | 7 | 544 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10001010 | 0 | 101101 | 101010 | 111 | 101100100 | 1001011 | 1001000 |
Color Harmonies of #ED838A
Complementary color
Monochromatic Colors of #ED838A
Black with #ED838A
Text Example
Text Example
White with #ED838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED838A; }
p { color: rgb(237,131,138); }
H1.HeaderClassName
{
color: #ED838A;
}
.AnyTagClassName
{
color: #ED838A;
}
</style>
background-color css
<style>
a { background-color: #ED838A; }
a { background-color: rgb(237,131,138); }
div.DivClassName
{
background-color: #ED838A;
}
.BgClassName
{
background-color: #ED838A;
}
</style>
border-color css
<style>
span { border-color: #ED838A; }
span { border-color: rgb(237,131,138); }
td.TdClassName
{
border-color: #ED838A;
}
.TagClassName
{
border-color: #ED838A;
}
</style>