#E266EA

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

Shades of Free Speech Magenta #E266EA

Tints of Free Speech Magenta #E266EA

Color information

#E266EA (or 0xE266EA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 66 and EA. RGB value is (226,102,234). Sum of RGB (Red+Green+Blue) = 226+102+234=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #E266EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266EA is #1D9915. Grayscale: #999999. Windows color (decimal): -1939734 or 15361762. OLE color: 15361762.

HSL color Cylindrical-coordinate representation of color #E266EA: hue angle of 296.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E266EA is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226102234-
CMYK0.030.5600.08
HSL296.36º75.86%65.88%-
HSV(B)296.36º56.41%91.76%-
XYZ50.9731.6181.26-
YUV154.12173.08179.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 102 (40.23% from 255) = 18.15%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=40.21%
G=18.15%
B=41.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261022340.030.5600.08296.3675.8665.88
HexE266EA338081284c42
Octal342146352370010450114102
Binary11100010110011011101010111110000100010010100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E266EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E266EA; }

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

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

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

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

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

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

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

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