#E561D4

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

Shades of Free Speech Magenta #E561D4

Tints of Free Speech Magenta #E561D4

Color information

#E561D4 (or 0xE561D4) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 61 and D4. RGB value is (229,97,212). Sum of RGB (Red+Green+Blue) = 229+97+212=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E561D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561D4 is #1A9E2B. Grayscale: #959595. Windows color (decimal): -1744428 or 13918693. OLE color: 13918693.

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

Color convert

RGB22997212-
CMYK00.580.070.10
HSL307.73º71.74%63.92%-
HSV(B)307.73º57.64%89.8%-
XYZ48.4729.9665.52-
YUV149.58163.23184.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 97 (38.28% from 255) = 18.03%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=42.57%
G=18.03%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299721200.580.070.10307.7371.7463.92
HexE561D403A7A1344840
Octal345141324072712464110100
Binary111001011100001110101000111010111101010011010010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E561D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E561D4; }

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

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

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

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

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

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

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

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