Shades of Sweet Pink #E6938B
Tints of Sweet Pink #E6938B
RGB
CMYK
RGB Variations
Color information
#E6938B (or 0xE6938B) is known color: Sweet Pink. HEX triplet: E6, 93 and 8B. RGB value is (230,147,139). Sum of RGB (Red+Green+Blue) = 230+147+139=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6938B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6938B is #196C74. Grayscale: #ABABAB. Windows color (decimal): -1666165 or 9147366. OLE color: 9147366.
HSL color Cylindrical-coordinate representation of color #E6938B: hue angle of 5.27º 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 #E6938B is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 139 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.10 |
| HSL | 5.27º | 0.65% | 0.72% | - |
| HSV(B) | 5.27º | 0.4% | 0.9% | - |
| XYZ | 47.73 | 39.55 | 29.55 | - |
| YUV | 170.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 139 | 0 | 0.36 | 0.40 | 0.10 | 5.27 | 0.65 | 0.72 |
| Hex | E6 | 93 | 8B | 0 | 24 | 28 | A | 5 | 41 | 48 |
| Octal | 346 | 223 | 213 | 0 | 44 | 50 | 12 | 5 | 101 | 110 |
| Binary | 11100110 | 10010011 | 10001011 | 0 | 100100 | 101000 | 1010 | 101 | 1000001 | 1001000 |
Color Harmonies of #E6938B
Complementary color
Monochromatic Colors of #E6938B
Black with #E6938B
Text Example
Text Example
White with #E6938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6938B; }
p { color: rgb(230,147,139); }
H1.HeaderClassName
{
color: #E6938B;
}
.AnyTagClassName
{
color: #E6938B;
}
</style>
background-color css
<style>
a { background-color: #E6938B; }
a { background-color: rgb(230,147,139); }
div.DivClassName
{
background-color: #E6938B;
}
.BgClassName
{
background-color: #E6938B;
}
</style>
border-color css
<style>
span { border-color: #E6938B; }
span { border-color: rgb(230,147,139); }
td.TdClassName
{
border-color: #E6938B;
}
.TagClassName
{
border-color: #E6938B;
}
</style>