#E565DF

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

Shades of Free Speech Magenta #E565DF

Tints of Free Speech Magenta #E565DF

Color information

#E565DF (or 0xE565DF) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 65 and DF. RGB value is (229,101,223). Sum of RGB (Red+Green+Blue) = 229+101+223=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E565DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565DF is #1A9A20. Grayscale: #989898. Windows color (decimal): -1743393 or 14640613. OLE color: 14640613.

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

Color convert

RGB229101223-
CMYK00.560.030.10
HSL302.81º71.11%64.71%-
HSV(B)302.81º55.9%89.8%-
XYZ50.2931.2973.2-
YUV153.18167.41182.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 101 (39.84% from 255) = 18.26%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=41.41%
G=18.26%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910122300.560.030.10302.8171.1164.71
HexE565DF0383A12f4741
Octal345145337070312457107101
Binary11100101110010111011111011100011101010010111110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E565DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E565DF; }

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

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

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

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

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

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

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

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