#E261DB

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

Shades of Free Speech Magenta #E261DB

Tints of Free Speech Magenta #E261DB

Color information

#E261DB (or 0xE261DB) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 61 and DB. RGB value is (226,97,219). Sum of RGB (Red+Green+Blue) = 226+97+219=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E261DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261DB is #1D9E24. Grayscale: #959595. Windows color (decimal): -1941029 or 14377442. OLE color: 14377442.

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

Color convert

RGB22697219-
CMYK00.570.030.11
HSL303.26º68.98%63.33%-
HSV(B)303.26º57.08%88.63%-
XYZ48.4229.8370.22-
YUV149.48167.24182.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 97 (38.28% from 255) = 17.90%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=41.70%
G=17.90%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269721900.570.030.11303.2668.9863.33
HexE261DB0393B12f453f
Octal34214133307131345710577
Binary1110001011000011101101101110011110111001011111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E261DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E261DB; }

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

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

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

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

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

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

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

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