Shades of Sweet Pink #E6938A
Tints of Sweet Pink #E6938A
RGB
CMYK
RGB Variations
Color information
#E6938A (or 0xE6938A) is known color: Sweet Pink. HEX triplet: E6, 93 and 8A. RGB value is (230,147,138). Sum of RGB (Red+Green+Blue) = 230+147+138=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6938A is #196C75. Grayscale: #AAAAAA. Windows color (decimal): -1666166 or 9081830. OLE color: 9081830.
HSL color Cylindrical-coordinate representation of color #E6938A: hue angle of 5.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6938A is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 138 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.10 |
| HSL | 5.87º | 0.65% | 0.72% | - |
| HSV(B) | 5.87º | 0.4% | 0.9% | - |
| XYZ | 47.65 | 39.53 | 29.16 | - |
| YUV | 170.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 138 | 0 | 0.36 | 0.4 | 0.10 | 5.87 | 0.65 | 0.72 |
| Hex | E6 | 93 | 8A | 0 | 24 | 28 | A | 6 | 41 | 48 |
| Octal | 346 | 223 | 212 | 0 | 44 | 50 | 12 | 6 | 101 | 110 |
| Binary | 11100110 | 10010011 | 10001010 | 0 | 100100 | 101000 | 1010 | 110 | 1000001 | 1001000 |
Color Harmonies of #E6938A
Complementary color
Monochromatic Colors of #E6938A
Black with #E6938A
Text Example
Text Example
White with #E6938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6938A; }
p { color: rgb(230,147,138); }
H1.HeaderClassName
{
color: #E6938A;
}
.AnyTagClassName
{
color: #E6938A;
}
</style>
background-color css
<style>
a { background-color: #E6938A; }
a { background-color: rgb(230,147,138); }
div.DivClassName
{
background-color: #E6938A;
}
.BgClassName
{
background-color: #E6938A;
}
</style>
border-color css
<style>
span { border-color: #E6938A; }
span { border-color: rgb(230,147,138); }
td.TdClassName
{
border-color: #E6938A;
}
.TagClassName
{
border-color: #E6938A;
}
</style>