#E266C0

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

Shades of Free Speech Magenta #E266C0

Tints of Free Speech Magenta #E266C0

Color information

#E266C0 (or 0xE266C0) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 66 and C0. RGB value is (226,102,192). Sum of RGB (Red+Green+Blue) = 226+102+192=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E266C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266C0 is #1D993F. Grayscale: #959595. Windows color (decimal): -1939776 or 12609250. OLE color: 12609250.

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

Color convert

RGB226102192-
CMYK00.550.150.11
HSL316.45º68.13%64.31%-
HSV(B)316.45º54.87%88.63%-
XYZ45.6329.4853.15-
YUV149.34152.08182.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=43.46%
G=19.62%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610219200.550.150.11316.4568.1364.31
HexE266C0037FB13c4440
Octal3421463000671713474104100
Binary1110001011001101100000001101111111101110011110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E266C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E266C0; }

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

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

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

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

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

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

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

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