Shades of Sweet Pink #EE968F
Tints of Sweet Pink #EE968F
RGB
CMYK
RGB Variations
Color information
#EE968F (or 0xEE968F) is known color: Sweet Pink. HEX triplet: EE, 96 and 8F. RGB value is (238,150,143). Sum of RGB (Red+Green+Blue) = 238+150+143=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE968F is #116970. Grayscale: #AFAFAF. Windows color (decimal): -1141105 or 9410286. OLE color: 9410286.
HSL color Cylindrical-coordinate representation of color #EE968F: hue angle of 4.42º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE968F is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 143 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.07 |
| HSL | 4.42º | 0.74% | 0.75% | - |
| HSV(B) | 4.42º | 0.4% | 0.93% | - |
| XYZ | 51.12 | 41.97 | 31.39 | - |
| YUV | 175.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 143 | 0 | 0.37 | 0.40 | 0.07 | 4.42 | 0.74 | 0.75 |
| Hex | EE | 96 | 8F | 0 | 25 | 28 | 7 | 4 | 4A | 4B |
| Octal | 356 | 226 | 217 | 0 | 45 | 50 | 7 | 4 | 112 | 113 |
| Binary | 11101110 | 10010110 | 10001111 | 0 | 100101 | 101000 | 111 | 100 | 1001010 | 1001011 |
Color Harmonies of #EE968F
Complementary color
Monochromatic Colors of #EE968F
Black with #EE968F
Text Example
Text Example
White with #EE968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE968F; }
p { color: rgb(238,150,143); }
H1.HeaderClassName
{
color: #EE968F;
}
.AnyTagClassName
{
color: #EE968F;
}
</style>
background-color css
<style>
a { background-color: #EE968F; }
a { background-color: rgb(238,150,143); }
div.DivClassName
{
background-color: #EE968F;
}
.BgClassName
{
background-color: #EE968F;
}
</style>
border-color css
<style>
span { border-color: #EE968F; }
span { border-color: rgb(238,150,143); }
td.TdClassName
{
border-color: #EE968F;
}
.TagClassName
{
border-color: #EE968F;
}
</style>