#E561D1

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

Shades of Free Speech Magenta #E561D1

Tints of Free Speech Magenta #E561D1

Color information

#E561D1 (or 0xE561D1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 61 and D1. RGB value is (229,97,209). Sum of RGB (Red+Green+Blue) = 229+97+209=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E561D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561D1 is #1A9E2E. Grayscale: #949494. Windows color (decimal): -1744431 or 13722085. OLE color: 13722085.

HSL color Cylindrical-coordinate representation of color #E561D1: hue angle of 309.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561D1 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB22997209-
CMYK00.580.090.10
HSL309.09º71.74%63.92%-
HSV(B)309.09º57.64%89.8%-
XYZ48.129.8163.54-
YUV149.24161.73184.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.80%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=42.80%
G=18.13%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299720900.580.090.10309.0971.7463.92
HexE561D103A9A1354840
Octal3451413210721112465110100
Binary1110010111000011101000101110101001101010011010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E561D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E561D1; }

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

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

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

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

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

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

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

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