Shades of Persian Rose #EC3EAF
Tints of Persian Rose #EC3EAF
RGB
CMYK
RGB Variations
Color information
#EC3EAF (or 0xEC3EAF) is known color: Persian Rose. HEX triplet: EC, 3E and AF. RGB value is (236,62,175). Sum of RGB (Red+Green+Blue) = 236+62+175=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3EAF is #13C150. Grayscale: #7E7E7E. Windows color (decimal): -1294673 or 11484908. OLE color: 11484908.
HSL color Cylindrical-coordinate representation of color #EC3EAF: hue angle of 321.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3EAF is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 62 | 175 | - |
CMYK | 0 | 0.74 | 0.26 | 0.07 |
HSL | 321.03º | 0.82% | 0.58% | - |
HSV(B) | 321.03º | 0.74% | 0.93% | - |
XYZ | 44.05 | 24.37 | 42.94 | - |
YUV | 126.91 | 155.15 | 205.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 62 | 175 | 0 | 0.74 | 0.26 | 0.07 | 321.03 | 0.82 | 0.58 |
Hex | EC | 3E | AF | 0 | 4A | 1A | 7 | 141 | 52 | 3A |
Octal | 354 | 76 | 257 | 0 | 112 | 32 | 7 | 501 | 122 | 72 |
Binary | 11101100 | 111110 | 10101111 | 0 | 1001010 | 11010 | 111 | 101000001 | 1010010 | 111010 |
Color Harmonies of #EC3EAF
Complementary color
Monochromatic Colors of #EC3EAF
Black with #EC3EAF
Text Example
Text Example
White with #EC3EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EAF; }
p { color: rgb(236,62,175); }
H1.HeaderClassName
{
color: #EC3EAF;
}
.AnyTagClassName
{
color: #EC3EAF;
}
</style>
background-color css
<style>
a { background-color: #EC3EAF; }
a { background-color: rgb(236,62,175); }
div.DivClassName
{
background-color: #EC3EAF;
}
.BgClassName
{
background-color: #EC3EAF;
}
</style>
border-color css
<style>
span { border-color: #EC3EAF; }
span { border-color: rgb(236,62,175); }
td.TdClassName
{
border-color: #EC3EAF;
}
.TagClassName
{
border-color: #EC3EAF;
}
</style>