Shades of Pale Violet Red #EB6B9C
Tints of Pale Violet Red #EB6B9C
RGB
CMYK
RGB Variations
Color information
#EB6B9C (or 0xEB6B9C) is known color: Pale Violet Red. HEX triplet: EB, 6B and 9C. RGB value is (235,107,156). Sum of RGB (Red+Green+Blue) = 235+107+156=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6B9C is #149463. Grayscale: #969696. Windows color (decimal): -1348708 or 10251243. OLE color: 10251243.
HSL color Cylindrical-coordinate representation of color #EB6B9C: hue angle of 337.03º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6B9C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 107 | 156 | - |
CMYK | 0 | 0.54 | 0.34 | 0.08 |
HSL | 337.03º | 0.76% | 0.67% | - |
HSV(B) | 337.03º | 0.54% | 0.92% | - |
XYZ | 45.52 | 30.58 | 34.96 | - |
YUV | 150.86 | 130.91 | 188.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 107 | 156 | 0 | 0.54 | 0.34 | 0.08 | 337.03 | 0.76 | 0.67 |
Hex | EB | 6B | 9C | 0 | 36 | 22 | 8 | 151 | 4C | 43 |
Octal | 353 | 153 | 234 | 0 | 66 | 42 | 10 | 521 | 114 | 103 |
Binary | 11101011 | 1101011 | 10011100 | 0 | 110110 | 100010 | 1000 | 101010001 | 1001100 | 1000011 |
Color Harmonies of #EB6B9C
Complementary color
Monochromatic Colors of #EB6B9C
Black with #EB6B9C
Text Example
Text Example
White with #EB6B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6B9C; }
p { color: rgb(235,107,156); }
H1.HeaderClassName
{
color: #EB6B9C;
}
.AnyTagClassName
{
color: #EB6B9C;
}
</style>
background-color css
<style>
a { background-color: #EB6B9C; }
a { background-color: rgb(235,107,156); }
div.DivClassName
{
background-color: #EB6B9C;
}
.BgClassName
{
background-color: #EB6B9C;
}
</style>
border-color css
<style>
span { border-color: #EB6B9C; }
span { border-color: rgb(235,107,156); }
td.TdClassName
{
border-color: #EB6B9C;
}
.TagClassName
{
border-color: #EB6B9C;
}
</style>