Shades of Persian Rose #EC2A98
Tints of Persian Rose #EC2A98
RGB
CMYK
RGB Variations
Color information
#EC2A98 (or 0xEC2A98) is known color: Persian Rose. HEX triplet: EC, 2A and 98. RGB value is (236,42,152). Sum of RGB (Red+Green+Blue) = 236+42+152=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2A98 is #13D567. Grayscale: #707070. Windows color (decimal): -1299816 or 9972460. OLE color: 9972460.
HSL color Cylindrical-coordinate representation of color #EC2A98: hue angle of 325.98º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2A98 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 152 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.07 |
| HSL | 325.98º | 0.84% | 0.55% | - |
| HSV(B) | 325.98º | 0.82% | 0.93% | - |
| XYZ | 41.09 | 21.76 | 31.74 | - |
| YUV | 112.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 152 | 0 | 0.82 | 0.36 | 0.07 | 325.98 | 0.84 | 0.55 |
| Hex | EC | 2A | 98 | 0 | 52 | 24 | 7 | 146 | 54 | 37 |
| Octal | 354 | 52 | 230 | 0 | 122 | 44 | 7 | 506 | 124 | 67 |
| Binary | 11101100 | 101010 | 10011000 | 0 | 1010010 | 100100 | 111 | 101000110 | 1010100 | 110111 |
Color Harmonies of #EC2A98
Complementary color
Monochromatic Colors of #EC2A98
Black with #EC2A98
Text Example
Text Example
White with #EC2A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A98; }
p { color: rgb(236,42,152); }
H1.HeaderClassName
{
color: #EC2A98;
}
.AnyTagClassName
{
color: #EC2A98;
}
</style>
background-color css
<style>
a { background-color: #EC2A98; }
a { background-color: rgb(236,42,152); }
div.DivClassName
{
background-color: #EC2A98;
}
.BgClassName
{
background-color: #EC2A98;
}
</style>
border-color css
<style>
span { border-color: #EC2A98; }
span { border-color: rgb(236,42,152); }
td.TdClassName
{
border-color: #EC2A98;
}
.TagClassName
{
border-color: #EC2A98;
}
</style>