Shades of Sweet Pink #EF9A93
Tints of Sweet Pink #EF9A93
RGB
CMYK
RGB Variations
Color information
#EF9A93 (or 0xEF9A93) is known color: Sweet Pink. HEX triplet: EF, 9A and 93. RGB value is (239,154,147). Sum of RGB (Red+Green+Blue) = 239+154+147=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A93 is #10656C. Grayscale: #B2B2B2. Windows color (decimal): -1074541 or 9673455. OLE color: 9673455.
HSL color Cylindrical-coordinate representation of color #EF9A93: hue angle of 4.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF9A93 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 147 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.06 |
| HSL | 4.57º | 0.74% | 0.76% | - |
| HSV(B) | 4.57º | 0.38% | 0.94% | - |
| XYZ | 52.42 | 43.57 | 33.25 | - |
| YUV | 178.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 147 | 0 | 0.36 | 0.38 | 0.06 | 4.57 | 0.74 | 0.76 |
| Hex | EF | 9A | 93 | 0 | 24 | 26 | 6 | 5 | 4A | 4C |
| Octal | 357 | 232 | 223 | 0 | 44 | 46 | 6 | 5 | 112 | 114 |
| Binary | 11101111 | 10011010 | 10010011 | 0 | 100100 | 100110 | 110 | 101 | 1001010 | 1001100 |
Color Harmonies of #EF9A93
Complementary color
Monochromatic Colors of #EF9A93
Black with #EF9A93
Text Example
Text Example
White with #EF9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A93; }
p { color: rgb(239,154,147); }
H1.HeaderClassName
{
color: #EF9A93;
}
.AnyTagClassName
{
color: #EF9A93;
}
</style>
background-color css
<style>
a { background-color: #EF9A93; }
a { background-color: rgb(239,154,147); }
div.DivClassName
{
background-color: #EF9A93;
}
.BgClassName
{
background-color: #EF9A93;
}
</style>
border-color css
<style>
span { border-color: #EF9A93; }
span { border-color: rgb(239,154,147); }
td.TdClassName
{
border-color: #EF9A93;
}
.TagClassName
{
border-color: #EF9A93;
}
</style>