Shades of Kobi #E693A8
Tints of Kobi #E693A8
RGB
CMYK
RGB Variations
Color information
#E693A8 (or 0xE693A8) is known color: Kobi. HEX triplet: E6, 93 and A8. RGB value is (230,147,168). Sum of RGB (Red+Green+Blue) = 230+147+168=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E693A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693A8 is #196C57. Grayscale: #AEAEAE. Windows color (decimal): -1666136 or 11047910. OLE color: 11047910.
HSL color Cylindrical-coordinate representation of color #E693A8: hue angle of 344.82º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693A8 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 147 | 168 | - |
CMYK | 0 | 0.36 | 0.27 | 0.10 |
HSL | 344.82º | 0.62% | 0.74% | - |
HSV(B) | 344.82º | 0.36% | 0.9% | - |
XYZ | 50.13 | 40.52 | 42.22 | - |
YUV | 174.21 | 124.5 | 167.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 147 | 168 | 0 | 0.36 | 0.27 | 0.10 | 344.82 | 0.62 | 0.74 |
Hex | E6 | 93 | A8 | 0 | 24 | 1B | A | 159 | 3E | 4A |
Octal | 346 | 223 | 250 | 0 | 44 | 33 | 12 | 531 | 76 | 112 |
Binary | 11100110 | 10010011 | 10101000 | 0 | 100100 | 11011 | 1010 | 101011001 | 111110 | 1001010 |
Color Harmonies of #E693A8
Complementary color
Monochromatic Colors of #E693A8
Black with #E693A8
Text Example
Text Example
White with #E693A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693A8; }
p { color: rgb(230,147,168); }
H1.HeaderClassName
{
color: #E693A8;
}
.AnyTagClassName
{
color: #E693A8;
}
</style>
background-color css
<style>
a { background-color: #E693A8; }
a { background-color: rgb(230,147,168); }
div.DivClassName
{
background-color: #E693A8;
}
.BgClassName
{
background-color: #E693A8;
}
</style>
border-color css
<style>
span { border-color: #E693A8; }
span { border-color: rgb(230,147,168); }
td.TdClassName
{
border-color: #E693A8;
}
.TagClassName
{
border-color: #E693A8;
}
</style>