#E065D9

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

Shades of Free Speech Magenta #E065D9

Tints of Free Speech Magenta #E065D9

Color information

#E065D9 (or 0xE065D9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 65 and D9. RGB value is (224,101,217). Sum of RGB (Red+Green+Blue) = 224+101+217=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E065D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065D9 is #1F9A26. Grayscale: #969696. Windows color (decimal): -2071079 or 14247392. OLE color: 14247392.

HSL color Cylindrical-coordinate representation of color #E065D9: hue angle of 303.41º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065D9 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224101217-
CMYK00.550.030.12
HSL303.41º66.49%63.73%-
HSV(B)303.41º54.91%87.84%-
XYZ47.9230.1668.94-
YUV151165.25180.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=41.33%
G=18.63%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410121700.550.030.12303.4166.4963.73
HexE065D90373C12f4240
Octal340145331067314457102100
Binary11100000110010111011001011011111110010010111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065D9; }

 p { color: rgb(224,101,217); }

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

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

 a { background-color: rgb(224,101,217); }

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

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

 span { border-color: rgb(224,101,217); }

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