#E266DB

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

Shades of Free Speech Magenta #E266DB

Tints of Free Speech Magenta #E266DB

Color information

#E266DB (or 0xE266DB) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 66 and DB. RGB value is (226,102,219). Sum of RGB (Red+Green+Blue) = 226+102+219=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E266DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266DB is #1D9924. Grayscale: #989898. Windows color (decimal): -1939749 or 14378722. OLE color: 14378722.

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

Color convert

RGB226102219-
CMYK00.550.030.11
HSL303.39º68.13%64.31%-
HSV(B)303.39º54.87%88.63%-
XYZ48.930.7970.38-
YUV152.41165.58180.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=41.32%
G=18.65%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22610221900.550.030.11303.3968.1364.31
HexE266DB0373B12f4440
Octal342146333067313457104100
Binary11100010110011011011011011011111101110010111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E266DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E266DB; }

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

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

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

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

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

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

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

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