Html Css Color HEX #EA3DDD Free Speech Magenta
📋 copy color: '#EA3DDD'red 234 ◦ green 61 ◦ blue 221
Shades of Free Speech Magenta #EA3DDD
Tints of Free Speech Magenta #EA3DDD
RGB
CMYK
RGB Variations
Color information
#EA3DDD (or 0xEA3DDD) is known color: Free Speech Magenta. HEX triplet: EA, 3D and DD. RGB value is (234,61,221). Sum of RGB (Red+Green+Blue) = 234+61+221=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3DDD is #15C222. Grayscale: #828282. Windows color (decimal): -1425955 or 14499306. OLE color: 14499306.
HSL color Cylindrical-coordinate representation of color #EA3DDD: hue angle of 304.51º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3DDD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 61 | 221 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.08 |
| HSL | 304.51º | 0.8% | 0.58% | - |
| HSV(B) | 304.51º | 0.74% | 0.92% | - |
| XYZ | 48.65 | 26.05 | 70.87 | - |
| YUV | 130.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 221 | 0 | 0.74 | 0.06 | 0.08 | 304.51 | 0.8 | 0.58 |
| Hex | EA | 3D | DD | 0 | 4A | 6 | 8 | 131 | 50 | 3A |
| Octal | 352 | 75 | 335 | 0 | 112 | 6 | 10 | 461 | 120 | 72 |
| Binary | 11101010 | 111101 | 11011101 | 0 | 1001010 | 110 | 1000 | 100110001 | 1010000 | 111010 |
Color Harmonies of #EA3DDD
Complementary color
Monochromatic Colors of #EA3DDD
Black with #EA3DDD
Text Example
Text Example
White with #EA3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3DDD; }
p { color: rgb(234,61,221); }
H1.HeaderClassName
{
color: #EA3DDD;
}
.AnyTagClassName
{
color: #EA3DDD;
}
</style>
background-color css
<style>
a { background-color: #EA3DDD; }
a { background-color: rgb(234,61,221); }
div.DivClassName
{
background-color: #EA3DDD;
}
.BgClassName
{
background-color: #EA3DDD;
}
</style>
border-color css
<style>
span { border-color: #EA3DDD; }
span { border-color: rgb(234,61,221); }
td.TdClassName
{
border-color: #EA3DDD;
}
.TagClassName
{
border-color: #EA3DDD;
}
</style>