Shades of Persian Pink #E675C4
Tints of Persian Pink #E675C4
RGB
CMYK
RGB Variations
Color information
#E675C4 (or 0xE675C4) is known color: Persian Pink. HEX triplet: E6, 75 and C4. RGB value is (230,117,196). Sum of RGB (Red+Green+Blue) = 230+117+196=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E675C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675C4 is #198A3B. Grayscale: #9F9F9F. Windows color (decimal): -1673788 or 12875238. OLE color: 12875238.
HSL color Cylindrical-coordinate representation of color #E675C4: hue angle of 318.05º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675C4 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 196 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.10 |
| HSL | 318.05º | 0.69% | 0.68% | - |
| HSV(B) | 318.05º | 0.49% | 0.9% | - |
| XYZ | 48.96 | 33.53 | 56.12 | - |
| YUV | 159.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 196 | 0 | 0.49 | 0.15 | 0.10 | 318.05 | 0.69 | 0.68 |
| Hex | E6 | 75 | C4 | 0 | 31 | F | A | 13E | 45 | 44 |
| Octal | 346 | 165 | 304 | 0 | 61 | 17 | 12 | 476 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11000100 | 0 | 110001 | 1111 | 1010 | 100111110 | 1000101 | 1000100 |
Color Harmonies of #E675C4
Complementary color
Monochromatic Colors of #E675C4
Black with #E675C4
Text Example
Text Example
White with #E675C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675C4; }
p { color: rgb(230,117,196); }
H1.HeaderClassName
{
color: #E675C4;
}
.AnyTagClassName
{
color: #E675C4;
}
</style>
background-color css
<style>
a { background-color: #E675C4; }
a { background-color: rgb(230,117,196); }
div.DivClassName
{
background-color: #E675C4;
}
.BgClassName
{
background-color: #E675C4;
}
</style>
border-color css
<style>
span { border-color: #E675C4; }
span { border-color: rgb(230,117,196); }
td.TdClassName
{
border-color: #E675C4;
}
.TagClassName
{
border-color: #E675C4;
}
</style>