#E565DA

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

Shades of Free Speech Magenta #E565DA

Tints of Free Speech Magenta #E565DA

Color information

#E565DA (or 0xE565DA) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 65 and DA. RGB value is (229,101,218). Sum of RGB (Red+Green+Blue) = 229+101+218=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E565DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565DA is #1A9A25. Grayscale: #989898. Windows color (decimal): -1743398 or 14312933. OLE color: 14312933.

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

Color convert

RGB229101218-
CMYK00.560.050.10
HSL305.16º71.11%64.71%-
HSV(B)305.16º55.9%89.8%-
XYZ49.6231.0369.7-
YUV152.61164.91182.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.79%
GREEN value IS 101 (39.84% from 255) = 18.43%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=41.79%
G=18.43%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910121800.560.050.10305.1671.1164.71
HexE565DA0385A1314741
Octal345145332070512461107101
Binary111001011100101110110100111000101101010011000110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E565DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E565DA; }

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

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

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

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

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

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

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

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