#E565E1

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

Shades of Free Speech Magenta #E565E1

Tints of Free Speech Magenta #E565E1

Color information

#E565E1 (or 0xE565E1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 65 and E1. RGB value is (229,101,225). Sum of RGB (Red+Green+Blue) = 229+101+225=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E565E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565E1 is #1A9A1E. Grayscale: #999999. Windows color (decimal): -1743391 or 14771685. OLE color: 14771685.

HSL color Cylindrical-coordinate representation of color #E565E1: hue angle of 301.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565E1 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229101225-
CMYK00.560.020.10
HSL301.88º71.11%64.71%-
HSV(B)301.88º55.9%89.8%-
XYZ50.5631.474.63-
YUV153.41168.41181.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 101 (39.84% from 255) = 18.20%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=41.26%
G=18.20%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910122500.560.020.10301.8871.1164.71
HexE565E10382A12e4741
Octal345145341070212456107101
Binary11100101110010111100001011100010101010010111010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E565E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E565E1; }

 p { color: rgb(229,101,225); }

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

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

 a { background-color: rgb(229,101,225); }

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

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

 span { border-color: rgb(229,101,225); }

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