#E561EA

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

Shades of Free Speech Magenta #E561EA

Tints of Free Speech Magenta #E561EA

Color information

#E561EA (or 0xE561EA) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 61 and EA. RGB value is (229,97,234). Sum of RGB (Red+Green+Blue) = 229+97+234=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #E561EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E561EA is #1A9E15. Grayscale: #979797. Windows color (decimal): -1744406 or 15360485. OLE color: 15360485.

HSL color Cylindrical-coordinate representation of color #E561EA: hue angle of 297.81º 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 #E561EA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22997234-
CMYK0.020.5900.08
HSL297.81º76.54%64.9%-
HSV(B)297.81º58.55%91.76%-
XYZ51.4431.1581.14-
YUV152.09174.23182.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 97 (38.28% from 255) = 17.32%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=40.89%
G=17.32%
B=41.79%

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
Decimal229972340.020.5900.08297.8176.5464.9
HexE561EA23B0812a4d41
Octal345141352273010452115101
Binary11100101110000111101010101110110100010010101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E561EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E561EA; }

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

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

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

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

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

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

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

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