#E25BDA

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

Shades of Free Speech Magenta #E25BDA

Tints of Free Speech Magenta #E25BDA

Color information

#E25BDA (or 0xE25BDA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5B and DA. RGB value is (226,91,218). Sum of RGB (Red+Green+Blue) = 226+91+218=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BDA is #1DA425. Grayscale: #919191. Windows color (decimal): -1942566 or 14310370. OLE color: 14310370.

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

Color convert

RGB22691218-
CMYK00.600.040.11
HSL303.56º69.95%62.16%-
HSV(B)303.56º59.73%88.63%-
XYZ47.7628.7169.35-
YUV145.84168.73185.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.24%
GREEN value IS 91 (35.94% from 255) = 17.01%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=42.24%
G=17.01%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269121800.600.040.11303.5669.9562.16
HexE25BDA03C4B130463e
Octal34213333207441346010676
Binary11100010101101111011010011110010010111001100001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25BDA; }

 p { color: rgb(226,91,218); }

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

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

 a { background-color: rgb(226,91,218); }

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

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

 span { border-color: rgb(226,91,218); }

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