#E261BE

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

Shades of Free Speech Magenta #E261BE

Tints of Free Speech Magenta #E261BE

Color information

#E261BE (or 0xE261BE) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 61 and BE. RGB value is (226,97,190). Sum of RGB (Red+Green+Blue) = 226+97+190=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E261BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261BE is #1D9E41. Grayscale: #919191. Windows color (decimal): -1941058 or 12476898. OLE color: 12476898.

HSL color Cylindrical-coordinate representation of color #E261BE: hue angle of 316.74º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E261BE is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22697190-
CMYK00.570.160.11
HSL316.74º68.98%63.33%-
HSV(B)316.74º57.08%88.63%-
XYZ44.9328.4451.84-
YUV146.17152.74184.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 97 (38.28% from 255) = 18.91%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=44.05%
G=18.91%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269719000.570.160.11316.7468.9863.33
HexE261BE03910B13d453f
Octal342141276071201347510577
Binary1110001011000011011111001110011000010111001111011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E261BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E261BE; }

 p { color: rgb(226,97,190); }

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

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

 a { background-color: rgb(226,97,190); }

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

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

 span { border-color: rgb(226,97,190); }

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