#E561C1

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

Shades of Free Speech Magenta #E561C1

Tints of Free Speech Magenta #E561C1

Color information

#E561C1 (or 0xE561C1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 61 and C1. RGB value is (229,97,193). Sum of RGB (Red+Green+Blue) = 229+97+193=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E561C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561C1 is #1A9E3E. Grayscale: #939393. Windows color (decimal): -1744447 or 12673509. OLE color: 12673509.

HSL color Cylindrical-coordinate representation of color #E561C1: hue angle of 316.36º 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 #E561C1 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB22997193-
CMYK00.580.160.10
HSL316.36º71.74%63.92%-
HSV(B)316.36º57.64%89.8%-
XYZ46.2129.0653.63-
YUV147.41153.73186.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=44.12%
G=18.69%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299719300.580.160.10316.3671.7463.92
HexE561C103A10A13c4840
Octal3451413010722012474110100
Binary11100101110000111000001011101010000101010011110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E561C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E561C1; }

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

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

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

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

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

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

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

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