Html Css Color HEX #EA4CE5 Free Speech Magenta
📋 copy color: '#EA4CE5'red 234 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #EA4CE5
Tints of Free Speech Magenta #EA4CE5
RGB
CMYK
RGB Variations
Color information
#EA4CE5 (or 0xEA4CE5) is known color: Free Speech Magenta. HEX triplet: EA, 4C and E5. RGB value is (234,76,229). Sum of RGB (Red+Green+Blue) = 234+76+229=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4CE5 is #15B31A. Grayscale: #8C8C8C. Windows color (decimal): -1422107 or 15027434. OLE color: 15027434.
HSL color Cylindrical-coordinate representation of color #EA4CE5: hue angle of 301.9º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4CE5 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 229 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.08 |
| HSL | 301.9º | 0.79% | 0.61% | - |
| HSV(B) | 301.9º | 0.68% | 0.92% | - |
| XYZ | 50.66 | 28.32 | 76.92 | - |
| YUV | 140.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 229 | 0 | 0.68 | 0.02 | 0.08 | 301.9 | 0.79 | 0.61 |
| Hex | EA | 4C | E5 | 0 | 44 | 2 | 8 | 12E | 4F | 3D |
| Octal | 352 | 114 | 345 | 0 | 104 | 2 | 10 | 456 | 117 | 75 |
| Binary | 11101010 | 1001100 | 11100101 | 0 | 1000100 | 10 | 1000 | 100101110 | 1001111 | 111101 |
Color Harmonies of #EA4CE5
Complementary color
Monochromatic Colors of #EA4CE5
Black with #EA4CE5
Text Example
Text Example
White with #EA4CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4CE5; }
p { color: rgb(234,76,229); }
H1.HeaderClassName
{
color: #EA4CE5;
}
.AnyTagClassName
{
color: #EA4CE5;
}
</style>
background-color css
<style>
a { background-color: #EA4CE5; }
a { background-color: rgb(234,76,229); }
div.DivClassName
{
background-color: #EA4CE5;
}
.BgClassName
{
background-color: #EA4CE5;
}
</style>
border-color css
<style>
span { border-color: #EA4CE5; }
span { border-color: rgb(234,76,229); }
td.TdClassName
{
border-color: #EA4CE5;
}
.TagClassName
{
border-color: #EA4CE5;
}
</style>