Html Css Color HEX #EA66CA Free Speech Magenta
📋 copy color: '#EA66CA'red 234 ◦ green 102 ◦ blue 202
Shades of Free Speech Magenta #EA66CA
Tints of Free Speech Magenta #EA66CA
RGB
CMYK
RGB Variations
Color information
#EA66CA (or 0xEA66CA) is known color: Free Speech Magenta. HEX triplet: EA, 66 and CA. RGB value is (234,102,202). Sum of RGB (Red+Green+Blue) = 234+102+202=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66CA is #159935. Grayscale: #989898. Windows color (decimal): -1415478 or 13264618. OLE color: 13264618.
HSL color Cylindrical-coordinate representation of color #EA66CA: hue angle of 314.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA66CA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 202 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.08 |
| HSL | 314.55º | 0.76% | 0.66% | - |
| HSV(B) | 314.55º | 0.56% | 0.92% | - |
| XYZ | 49.34 | 31.26 | 59.31 | - |
| YUV | 152.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 202 | 0 | 0.56 | 0.14 | 0.08 | 314.55 | 0.76 | 0.66 |
| Hex | EA | 66 | CA | 0 | 38 | E | 8 | 13B | 4C | 42 |
| Octal | 352 | 146 | 312 | 0 | 70 | 16 | 10 | 473 | 114 | 102 |
| Binary | 11101010 | 1100110 | 11001010 | 0 | 111000 | 1110 | 1000 | 100111011 | 1001100 | 1000010 |
Color Harmonies of #EA66CA
Complementary color
Monochromatic Colors of #EA66CA
Black with #EA66CA
Text Example
Text Example
White with #EA66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA66CA; }
p { color: rgb(234,102,202); }
H1.HeaderClassName
{
color: #EA66CA;
}
.AnyTagClassName
{
color: #EA66CA;
}
</style>
background-color css
<style>
a { background-color: #EA66CA; }
a { background-color: rgb(234,102,202); }
div.DivClassName
{
background-color: #EA66CA;
}
.BgClassName
{
background-color: #EA66CA;
}
</style>
border-color css
<style>
span { border-color: #EA66CA; }
span { border-color: rgb(234,102,202); }
td.TdClassName
{
border-color: #EA66CA;
}
.TagClassName
{
border-color: #EA66CA;
}
</style>