#E466CA

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

Shades of Free Speech Magenta #E466CA

Tints of Free Speech Magenta #E466CA

Color information

#E466CA (or 0xE466CA) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 66 and CA. RGB value is (228,102,202). Sum of RGB (Red+Green+Blue) = 228+102+202=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E466CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466CA is #1B9935. Grayscale: #969696. Windows color (decimal): -1808694 or 13264612. OLE color: 13264612.

HSL color Cylindrical-coordinate representation of color #E466CA: hue angle of 312.38º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E466CA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228102202-
CMYK00.550.110.11
HSL312.38º70%64.71%-
HSV(B)312.38º55.26%89.41%-
XYZ47.4130.2659.22-
YUV151.07156.74182.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 102 (40.23% from 255) = 19.17%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=42.86%
G=19.17%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810220200.550.110.11312.387064.71
HexE466CA037BB1384641
Octal3441463120671313470106101
Binary1110010011001101100101001101111011101110011100010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E466CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E466CA; }

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

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

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

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

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

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

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

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