#E166DB

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

Shades of Free Speech Magenta #E166DB

Tints of Free Speech Magenta #E166DB

Color information

#E166DB (or 0xE166DB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 66 and DB. RGB value is (225,102,219). Sum of RGB (Red+Green+Blue) = 225+102+219=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E166DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166DB is #1E9924. Grayscale: #979797. Windows color (decimal): -2005285 or 14378721. OLE color: 14378721.

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

Color convert

RGB225102219-
CMYK00.550.030.12
HSL302.93º67.21%64.12%-
HSV(B)302.93º54.67%88.24%-
XYZ48.5930.6270.37-
YUV152.11165.75179.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 102 (40.23% from 255) = 18.68%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=41.21%
G=18.68%
B=40.11%

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
Decimal22510221900.550.030.12302.9367.2164.12
HexE166DB0373C12f4340
Octal341146333067314457103100
Binary11100001110011011011011011011111110010010111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166DB; }

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

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

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

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

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

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

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

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