#E466EA

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

Shades of Free Speech Magenta #E466EA

Tints of Free Speech Magenta #E466EA

Color information

#E466EA (or 0xE466EA) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 66 and EA. RGB value is (228,102,234). Sum of RGB (Red+Green+Blue) = 228+102+234=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #E466EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E466EA is #1B9915. Grayscale: #9A9A9A. Windows color (decimal): -1808662 or 15361764. OLE color: 15361764.

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

Color convert

RGB228102234-
CMYK0.030.5600.08
HSL297.27º75.86%65.88%-
HSV(B)297.27º56.41%91.76%-
XYZ51.631.9481.29-
YUV154.72172.74180.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.43%
GREEN value IS 102 (40.23% from 255) = 18.09%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=40.43%
G=18.09%
B=41.49%

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
Decimal2281022340.030.5600.08297.2775.8665.88
HexE466EA338081294c42
Octal344146352370010451114102
Binary11100100110011011101010111110000100010010100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E466EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E466EA; }

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

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

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

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

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

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

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

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