Shades of Persian Pink #E67DC3
Tints of Persian Pink #E67DC3
RGB
CMYK
RGB Variations
Color information
#E67DC3 (or 0xE67DC3) is known color: Persian Pink. HEX triplet: E6, 7D and C3. RGB value is (230,125,195). Sum of RGB (Red+Green+Blue) = 230+125+195=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DC3 is #19823C. Grayscale: #A4A4A4. Windows color (decimal): -1671741 or 12811750. OLE color: 12811750.
HSL color Cylindrical-coordinate representation of color #E67DC3: hue angle of 320º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DC3 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 195 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.10 |
| HSL | 320º | 0.68% | 0.7% | - |
| HSV(B) | 320º | 0.46% | 0.9% | - |
| XYZ | 49.82 | 35.43 | 55.84 | - |
| YUV | 164.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 195 | 0 | 0.46 | 0.15 | 0.10 | 320 | 0.68 | 0.7 |
| Hex | E6 | 7D | C3 | 0 | 2E | F | A | 140 | 44 | 46 |
| Octal | 346 | 175 | 303 | 0 | 56 | 17 | 12 | 500 | 104 | 106 |
| Binary | 11100110 | 1111101 | 11000011 | 0 | 101110 | 1111 | 1010 | 101000000 | 1000100 | 1000110 |
Color Harmonies of #E67DC3
Complementary color
Monochromatic Colors of #E67DC3
Black with #E67DC3
Text Example
Text Example
White with #E67DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DC3; }
p { color: rgb(230,125,195); }
H1.HeaderClassName
{
color: #E67DC3;
}
.AnyTagClassName
{
color: #E67DC3;
}
</style>
background-color css
<style>
a { background-color: #E67DC3; }
a { background-color: rgb(230,125,195); }
div.DivClassName
{
background-color: #E67DC3;
}
.BgClassName
{
background-color: #E67DC3;
}
</style>
border-color css
<style>
span { border-color: #E67DC3; }
span { border-color: rgb(230,125,195); }
td.TdClassName
{
border-color: #E67DC3;
}
.TagClassName
{
border-color: #E67DC3;
}
</style>