Shades of Persian Pink #E674B6
Tints of Persian Pink #E674B6
RGB
CMYK
RGB Variations
Color information
#E674B6 (or 0xE674B6) is known color: Persian Pink. HEX triplet: E6, 74 and B6. RGB value is (230,116,182). Sum of RGB (Red+Green+Blue) = 230+116+182=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E674B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674B6 is #198B49. Grayscale: #9D9D9D. Windows color (decimal): -1674058 or 11957478. OLE color: 11957478.
HSL color Cylindrical-coordinate representation of color #E674B6: hue angle of 325.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674B6 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 182 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.10 |
| HSL | 325.26º | 0.7% | 0.68% | - |
| HSV(B) | 325.26º | 0.5% | 0.9% | - |
| XYZ | 47.32 | 32.69 | 48.07 | - |
| YUV | 157.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 182 | 0 | 0.50 | 0.21 | 0.10 | 325.26 | 0.7 | 0.68 |
| Hex | E6 | 74 | B6 | 0 | 32 | 15 | A | 145 | 46 | 44 |
| Octal | 346 | 164 | 266 | 0 | 62 | 25 | 12 | 505 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10110110 | 0 | 110010 | 10101 | 1010 | 101000101 | 1000110 | 1000100 |
Color Harmonies of #E674B6
Complementary color
Monochromatic Colors of #E674B6
Black with #E674B6
Text Example
Text Example
White with #E674B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674B6; }
p { color: rgb(230,116,182); }
H1.HeaderClassName
{
color: #E674B6;
}
.AnyTagClassName
{
color: #E674B6;
}
</style>
background-color css
<style>
a { background-color: #E674B6; }
a { background-color: rgb(230,116,182); }
div.DivClassName
{
background-color: #E674B6;
}
.BgClassName
{
background-color: #E674B6;
}
</style>
border-color css
<style>
span { border-color: #E674B6; }
span { border-color: rgb(230,116,182); }
td.TdClassName
{
border-color: #E674B6;
}
.TagClassName
{
border-color: #E674B6;
}
</style>