Html Css Color HEX #EA50CA Free Speech Magenta
📋 copy color: '#EA50CA'red 234 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #EA50CA
Tints of Free Speech Magenta #EA50CA
RGB
CMYK
RGB Variations
Color information
#EA50CA (or 0xEA50CA) is known color: Free Speech Magenta. HEX triplet: EA, 50 and CA. RGB value is (234,80,202). Sum of RGB (Red+Green+Blue) = 234+80+202=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50CA is #15AF35. Grayscale: #8B8B8B. Windows color (decimal): -1421110 or 13258986. OLE color: 13258986.
HSL color Cylindrical-coordinate representation of color #EA50CA: hue angle of 312.47º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50CA is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 202 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.08 |
| HSL | 312.47º | 0.79% | 0.62% | - |
| HSV(B) | 312.47º | 0.66% | 0.92% | - |
| XYZ | 47.46 | 27.49 | 58.68 | - |
| YUV | 139.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 202 | 0 | 0.66 | 0.14 | 0.08 | 312.47 | 0.79 | 0.62 |
| Hex | EA | 50 | CA | 0 | 42 | E | 8 | 138 | 4F | 3E |
| Octal | 352 | 120 | 312 | 0 | 102 | 16 | 10 | 470 | 117 | 76 |
| Binary | 11101010 | 1010000 | 11001010 | 0 | 1000010 | 1110 | 1000 | 100111000 | 1001111 | 111110 |
Color Harmonies of #EA50CA
Complementary color
Monochromatic Colors of #EA50CA
Black with #EA50CA
Text Example
Text Example
White with #EA50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50CA; }
p { color: rgb(234,80,202); }
H1.HeaderClassName
{
color: #EA50CA;
}
.AnyTagClassName
{
color: #EA50CA;
}
</style>
background-color css
<style>
a { background-color: #EA50CA; }
a { background-color: rgb(234,80,202); }
div.DivClassName
{
background-color: #EA50CA;
}
.BgClassName
{
background-color: #EA50CA;
}
</style>
border-color css
<style>
span { border-color: #EA50CA; }
span { border-color: rgb(234,80,202); }
td.TdClassName
{
border-color: #EA50CA;
}
.TagClassName
{
border-color: #EA50CA;
}
</style>