Shades of Persian Pink #E278C3
Tints of Persian Pink #E278C3
RGB
CMYK
RGB Variations
Color information
#E278C3 (or 0xE278C3) is known color: Persian Pink. HEX triplet: E2, 78 and C3. RGB value is (226,120,195). Sum of RGB (Red+Green+Blue) = 226+120+195=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E278C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278C3 is #1D873C. Grayscale: #A0A0A0. Windows color (decimal): -1935165 or 12810466. OLE color: 12810466.
HSL color Cylindrical-coordinate representation of color #E278C3: hue angle of 317.55º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E278C3 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 195 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.11 |
| HSL | 317.55º | 0.65% | 0.68% | - |
| HSV(B) | 317.55º | 0.47% | 0.89% | - |
| XYZ | 47.93 | 33.54 | 55.58 | - |
| YUV | 160.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 195 | 0 | 0.47 | 0.14 | 0.11 | 317.55 | 0.65 | 0.68 |
| Hex | E2 | 78 | C3 | 0 | 2F | E | B | 13E | 41 | 44 |
| Octal | 342 | 170 | 303 | 0 | 57 | 16 | 13 | 476 | 101 | 104 |
| Binary | 11100010 | 1111000 | 11000011 | 0 | 101111 | 1110 | 1011 | 100111110 | 1000001 | 1000100 |
Color Harmonies of #E278C3
Complementary color
Monochromatic Colors of #E278C3
Black with #E278C3
Text Example
Text Example
White with #E278C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E278C3; }
p { color: rgb(226,120,195); }
H1.HeaderClassName
{
color: #E278C3;
}
.AnyTagClassName
{
color: #E278C3;
}
</style>
background-color css
<style>
a { background-color: #E278C3; }
a { background-color: rgb(226,120,195); }
div.DivClassName
{
background-color: #E278C3;
}
.BgClassName
{
background-color: #E278C3;
}
</style>
border-color css
<style>
span { border-color: #E278C3; }
span { border-color: rgb(226,120,195); }
td.TdClassName
{
border-color: #E278C3;
}
.TagClassName
{
border-color: #E278C3;
}
</style>