Shades of Sweet Pink #ED948A
Tints of Sweet Pink #ED948A
RGB
CMYK
RGB Variations
Color information
#ED948A (or 0xED948A) is known color: Sweet Pink. HEX triplet: ED, 94 and 8A. RGB value is (237,148,138). Sum of RGB (Red+Green+Blue) = 237+148+138=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948A is #126B75. Grayscale: #ADADAD. Windows color (decimal): -1207158 or 9082093. OLE color: 9082093.
HSL color Cylindrical-coordinate representation of color #ED948A: hue angle of 6.06º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED948A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 138 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.07 |
| HSL | 6.06º | 0.73% | 0.74% | - |
| HSV(B) | 6.06º | 0.42% | 0.93% | - |
| XYZ | 50.1 | 41.02 | 29.32 | - |
| YUV | 173.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 138 | 0 | 0.38 | 0.42 | 0.07 | 6.06 | 0.73 | 0.74 |
| Hex | ED | 94 | 8A | 0 | 26 | 2A | 7 | 6 | 49 | 4A |
| Octal | 355 | 224 | 212 | 0 | 46 | 52 | 7 | 6 | 111 | 112 |
| Binary | 11101101 | 10010100 | 10001010 | 0 | 100110 | 101010 | 111 | 110 | 1001001 | 1001010 |
Color Harmonies of #ED948A
Complementary color
Monochromatic Colors of #ED948A
Black with #ED948A
Text Example
Text Example
White with #ED948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED948A; }
p { color: rgb(237,148,138); }
H1.HeaderClassName
{
color: #ED948A;
}
.AnyTagClassName
{
color: #ED948A;
}
</style>
background-color css
<style>
a { background-color: #ED948A; }
a { background-color: rgb(237,148,138); }
div.DivClassName
{
background-color: #ED948A;
}
.BgClassName
{
background-color: #ED948A;
}
</style>
border-color css
<style>
span { border-color: #ED948A; }
span { border-color: rgb(237,148,138); }
td.TdClassName
{
border-color: #ED948A;
}
.TagClassName
{
border-color: #ED948A;
}
</style>