#E266C1

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

Shades of Free Speech Magenta #E266C1

Tints of Free Speech Magenta #E266C1

Color information

#E266C1 (or 0xE266C1) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 66 and C1. RGB value is (226,102,193). Sum of RGB (Red+Green+Blue) = 226+102+193=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E266C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266C1 is #1D993E. Grayscale: #959595. Windows color (decimal): -1939775 or 12674786. OLE color: 12674786.

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

Color convert

RGB226102193-
CMYK00.550.150.11
HSL315.97º68.13%64.31%-
HSV(B)315.97º54.87%88.63%-
XYZ45.7429.5253.74-
YUV149.45152.58182.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=43.38%
G=19.58%
B=37.04%

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
Decimal22610219300.550.150.11315.9768.1364.31
HexE266C1037FB13c4440
Octal3421463010671713474104100
Binary1110001011001101100000101101111111101110011110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E266C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E266C1; }

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

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

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

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

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

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

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

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