#e266d9

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

Shades of Free Speech Magenta #E266D9

Tints of Free Speech Magenta #E266D9

Color information

#E266D9 (or 0xE266D9) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 66 and D9. RGB value is (226,102,217). Sum of RGB (Red+Green+Blue) = 226+102+217=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E266D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266D9 is #1D9926. Grayscale: #979797. Windows color (decimal): -1939751 or 14247650. OLE color: 14247650.

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

Color convert

RGB226102217-
CMYK00.550.040.11
HSL304.35º68.13%64.31%-
HSV(B)304.35º54.87%88.63%-
XYZ48.6430.6869-
YUV152.19164.58180.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 102 (40.23% from 255) = 18.72%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=41.47%
G=18.72%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610221700.550.040.11304.3568.1364.31
HexE266D90374B1304440
Octal342146331067413460104100
Binary111000101100110110110010110111100101110011000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e266d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e266d9; }

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

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

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

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

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

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

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

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