#E661EA

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

Shades of Free Speech Magenta #E661EA

Tints of Free Speech Magenta #E661EA

Color information

#E661EA (or 0xE661EA) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 61 and EA. RGB value is (230,97,234). Sum of RGB (Red+Green+Blue) = 230+97+234=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #E661EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E661EA is #199E15. Grayscale: #979797. Windows color (decimal): -1678870 or 15360486. OLE color: 15360486.

HSL color Cylindrical-coordinate representation of color #E661EA: hue angle of 298.25º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E661EA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23097234-
CMYK0.020.5900.08
HSL298.25º76.54%64.9%-
HSV(B)298.25º58.55%91.76%-
XYZ51.7631.3181.16-
YUV152.38174.06183.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 97 (38.28% from 255) = 17.29%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=41.00%
G=17.29%
B=41.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal230972340.020.5900.08298.2576.5464.9
HexE661EA23B0812a4d41
Octal346141352273010452115101
Binary11100110110000111101010101110110100010010101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E661EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E661EA; }

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

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

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

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

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

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

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

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