#E264D9

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

Shades of Free Speech Magenta #E264D9

Tints of Free Speech Magenta #E264D9

Color information

#E264D9 (or 0xE264D9) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 64 and D9. RGB value is (226,100,217). Sum of RGB (Red+Green+Blue) = 226+100+217=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E264D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E264D9 is #1D9B26. Grayscale: #969696. Windows color (decimal): -1940263 or 14247138. OLE color: 14247138.

HSL color Cylindrical-coordinate representation of color #E264D9: hue angle of 304.29º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E264D9 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226100217-
CMYK00.560.040.11
HSL304.29º68.48%63.92%-
HSV(B)304.29º55.75%88.63%-
XYZ48.4530.2968.94-
YUV151.01165.24181.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 100 (39.45% from 255) = 18.42%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=41.62%
G=18.42%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610021700.560.040.11304.2968.4863.92
HexE264D90384B1304440
Octal342144331070413460104100
Binary111000101100100110110010111000100101110011000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E264D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E264D9; }

 p { color: rgb(226,100,217); }

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

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

 a { background-color: rgb(226,100,217); }

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

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

 span { border-color: rgb(226,100,217); }

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