Shades of Persian Pink #E276C3
Tints of Persian Pink #E276C3
RGB
CMYK
RGB Variations
Color information
#E276C3 (or 0xE276C3) is known color: Persian Pink. HEX triplet: E2, 76 and C3. RGB value is (226,118,195). Sum of RGB (Red+Green+Blue) = 226+118+195=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E276C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276C3 is #1D893C. Grayscale: #9E9E9E. Windows color (decimal): -1935677 or 12809954. OLE color: 12809954.
HSL color Cylindrical-coordinate representation of color #E276C3: hue angle of 317.22º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276C3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 195 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.11 |
| HSL | 317.22º | 0.65% | 0.67% | - |
| HSV(B) | 317.22º | 0.48% | 0.89% | - |
| XYZ | 47.69 | 33.07 | 55.5 | - |
| YUV | 159.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 195 | 0 | 0.48 | 0.14 | 0.11 | 317.22 | 0.65 | 0.67 |
| Hex | E2 | 76 | C3 | 0 | 30 | E | B | 13D | 41 | 43 |
| Octal | 342 | 166 | 303 | 0 | 60 | 16 | 13 | 475 | 101 | 103 |
| Binary | 11100010 | 1110110 | 11000011 | 0 | 110000 | 1110 | 1011 | 100111101 | 1000001 | 1000011 |
Color Harmonies of #E276C3
Complementary color
Monochromatic Colors of #E276C3
Black with #E276C3
Text Example
Text Example
White with #E276C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276C3; }
p { color: rgb(226,118,195); }
H1.HeaderClassName
{
color: #E276C3;
}
.AnyTagClassName
{
color: #E276C3;
}
</style>
background-color css
<style>
a { background-color: #E276C3; }
a { background-color: rgb(226,118,195); }
div.DivClassName
{
background-color: #E276C3;
}
.BgClassName
{
background-color: #E276C3;
}
</style>
border-color css
<style>
span { border-color: #E276C3; }
span { border-color: rgb(226,118,195); }
td.TdClassName
{
border-color: #E276C3;
}
.TagClassName
{
border-color: #E276C3;
}
</style>