Shades of Sweet Pink #EE968A
Tints of Sweet Pink #EE968A
RGB
CMYK
RGB Variations
Color information
#EE968A (or 0xEE968A) is known color: Sweet Pink. HEX triplet: EE, 96 and 8A. RGB value is (238,150,138). Sum of RGB (Red+Green+Blue) = 238+150+138=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE968A is #116975. Grayscale: #AFAFAF. Windows color (decimal): -1141110 or 9082606. OLE color: 9082606.
HSL color Cylindrical-coordinate representation of color #EE968A: hue angle of 7.2º degrees, saturation: 0.75, 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 #EE968A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 138 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.07 |
| HSL | 7.2º | 0.75% | 0.74% | - |
| HSV(B) | 7.2º | 0.42% | 0.93% | - |
| XYZ | 50.75 | 41.82 | 29.44 | - |
| YUV | 174.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 138 | 0 | 0.37 | 0.42 | 0.07 | 7.2 | 0.75 | 0.74 |
| Hex | EE | 96 | 8A | 0 | 25 | 2A | 7 | 7 | 4B | 4A |
| Octal | 356 | 226 | 212 | 0 | 45 | 52 | 7 | 7 | 113 | 112 |
| Binary | 11101110 | 10010110 | 10001010 | 0 | 100101 | 101010 | 111 | 111 | 1001011 | 1001010 |
Color Harmonies of #EE968A
Complementary color
Monochromatic Colors of #EE968A
Black with #EE968A
Text Example
Text Example
White with #EE968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE968A; }
p { color: rgb(238,150,138); }
H1.HeaderClassName
{
color: #EE968A;
}
.AnyTagClassName
{
color: #EE968A;
}
</style>
background-color css
<style>
a { background-color: #EE968A; }
a { background-color: rgb(238,150,138); }
div.DivClassName
{
background-color: #EE968A;
}
.BgClassName
{
background-color: #EE968A;
}
</style>
border-color css
<style>
span { border-color: #EE968A; }
span { border-color: rgb(238,150,138); }
td.TdClassName
{
border-color: #EE968A;
}
.TagClassName
{
border-color: #EE968A;
}
</style>