Html Css Color HEX #EA69E1 Free Speech Magenta
📋 copy color: '#EA69E1'red 234 ◦ green 105 ◦ blue 225
Shades of Free Speech Magenta #EA69E1
Tints of Free Speech Magenta #EA69E1
RGB
CMYK
RGB Variations
Color information
#EA69E1 (or 0xEA69E1) is known color: Free Speech Magenta. HEX triplet: EA, 69 and E1. RGB value is (234,105,225). Sum of RGB (Red+Green+Blue) = 234+105+225=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69E1 is #15961E. Grayscale: #9C9C9C. Windows color (decimal): -1414687 or 14772714. OLE color: 14772714.
HSL color Cylindrical-coordinate representation of color #EA69E1: hue angle of 304.19º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA69E1 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 225 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.08 |
| HSL | 304.19º | 0.75% | 0.66% | - |
| HSV(B) | 304.19º | 0.55% | 0.92% | - |
| XYZ | 52.57 | 33.03 | 74.84 | - |
| YUV | 157.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 225 | 0 | 0.55 | 0.04 | 0.08 | 304.19 | 0.75 | 0.66 |
| Hex | EA | 69 | E1 | 0 | 37 | 4 | 8 | 130 | 4B | 42 |
| Octal | 352 | 151 | 341 | 0 | 67 | 4 | 10 | 460 | 113 | 102 |
| Binary | 11101010 | 1101001 | 11100001 | 0 | 110111 | 100 | 1000 | 100110000 | 1001011 | 1000010 |
Color Harmonies of #EA69E1
Complementary color
Monochromatic Colors of #EA69E1
Black with #EA69E1
Text Example
Text Example
White with #EA69E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA69E1; }
p { color: rgb(234,105,225); }
H1.HeaderClassName
{
color: #EA69E1;
}
.AnyTagClassName
{
color: #EA69E1;
}
</style>
background-color css
<style>
a { background-color: #EA69E1; }
a { background-color: rgb(234,105,225); }
div.DivClassName
{
background-color: #EA69E1;
}
.BgClassName
{
background-color: #EA69E1;
}
</style>
border-color css
<style>
span { border-color: #EA69E1; }
span { border-color: rgb(234,105,225); }
td.TdClassName
{
border-color: #EA69E1;
}
.TagClassName
{
border-color: #EA69E1;
}
</style>