Html Css Color HEX #EA52CA Free Speech Magenta
📋 copy color: '#EA52CA'red 234 ◦ green 82 ◦ blue 202
Shades of Free Speech Magenta #EA52CA
Tints of Free Speech Magenta #EA52CA
RGB
CMYK
RGB Variations
Color information
#EA52CA (or 0xEA52CA) is known color: Free Speech Magenta. HEX triplet: EA, 52 and CA. RGB value is (234,82,202). Sum of RGB (Red+Green+Blue) = 234+82+202=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52CA is #15AD35. Grayscale: #8C8C8C. Windows color (decimal): -1420598 or 13259498. OLE color: 13259498.
HSL color Cylindrical-coordinate representation of color #EA52CA: hue angle of 312.63º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA52CA is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 202 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.08 |
| HSL | 312.63º | 0.78% | 0.62% | - |
| HSV(B) | 312.63º | 0.65% | 0.92% | - |
| XYZ | 47.61 | 27.79 | 58.73 | - |
| YUV | 141.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 202 | 0 | 0.65 | 0.14 | 0.08 | 312.63 | 0.78 | 0.62 |
| Hex | EA | 52 | CA | 0 | 41 | E | 8 | 139 | 4E | 3E |
| Octal | 352 | 122 | 312 | 0 | 101 | 16 | 10 | 471 | 116 | 76 |
| Binary | 11101010 | 1010010 | 11001010 | 0 | 1000001 | 1110 | 1000 | 100111001 | 1001110 | 111110 |
Color Harmonies of #EA52CA
Complementary color
Monochromatic Colors of #EA52CA
Black with #EA52CA
Text Example
Text Example
White with #EA52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA52CA; }
p { color: rgb(234,82,202); }
H1.HeaderClassName
{
color: #EA52CA;
}
.AnyTagClassName
{
color: #EA52CA;
}
</style>
background-color css
<style>
a { background-color: #EA52CA; }
a { background-color: rgb(234,82,202); }
div.DivClassName
{
background-color: #EA52CA;
}
.BgClassName
{
background-color: #EA52CA;
}
</style>
border-color css
<style>
span { border-color: #EA52CA; }
span { border-color: rgb(234,82,202); }
td.TdClassName
{
border-color: #EA52CA;
}
.TagClassName
{
border-color: #EA52CA;
}
</style>