#EA61EC

Color #EA61EC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EA61EC

Tints of Free Speech Magenta #EA61EC

Color information

#EA61EC (or 0xEA61EC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 61 and EC. RGB value is (234,97,236). Sum of RGB (Red+Green+Blue) = 234+97+236=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 97 (38.28% from 255 or 17.11% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA61EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA61EC is #159E13. Grayscale: #999999. Windows color (decimal): -1416724 or 15491562. OLE color: 15491562.

HSL color Cylindrical-coordinate representation of color #EA61EC: hue angle of 299.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA61EC is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23497236-
CMYK0.010.5900.07
HSL299.14º78.53%65.29%-
HSV(B)299.14º58.9%92.55%-
XYZ53.3532.182.74-
YUV153.81174.39185.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 97 (38.28% from 255) = 17.11%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=41.27%
G=17.11%
B=41.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234972360.010.5900.07299.1478.5365.29
HexEA61EC13B0712b4f41
Octal35214135417307453117101
Binary111010101100001111011001111011011110010101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61EC; }

 p { color: rgb(234,97,236); }

 H1.HeaderClassName
 {
   color: #EA61EC;
 }
 .AnyTagClassName
 {
   color: #EA61EC;
 }
</style>
background-color css

<style>
 a { background-color: #EA61EC; }

 a { background-color: rgb(234,97,236); }

 div.DivClassName
 {
   background-color: #EA61EC;
 }
 .BgClassName
 {
   background-color: #EA61EC;
 }
</style>
border-color css

<style>
 span { border-color: #EA61EC; }

 span { border-color: rgb(234,97,236); }

 td.TdClassName
 {
   border-color: #EA61EC;
 }
 .TagClassName
 {
   border-color: #EA61EC;
 }
</style>