#E25AD7

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

Shades of Free Speech Magenta #E25AD7

Tints of Free Speech Magenta #E25AD7

Color information

#E25AD7 (or 0xE25AD7) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5A and D7. RGB value is (226,90,215). Sum of RGB (Red+Green+Blue) = 226+90+215=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AD7 is #1DA528. Grayscale: #909090. Windows color (decimal): -1942825 or 14113506. OLE color: 14113506.

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

Color convert

RGB22690215-
CMYK00.600.050.11
HSL304.85º70.1%61.96%-
HSV(B)304.85º60.18%88.63%-
XYZ47.2928.3967.28-
YUV144.91167.56185.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 90 (35.55% from 255) = 16.95%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=42.56%
G=16.95%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269021500.600.050.11304.8570.161.96
HexE25AD703C5B131463e
Octal34213232707451346110676
Binary11100010101101011010111011110010110111001100011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25AD7; }

 p { color: rgb(226,90,215); }

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

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

 a { background-color: rgb(226,90,215); }

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

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

 span { border-color: rgb(226,90,215); }

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