#E25AD3

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

Shades of Free Speech Magenta #E25AD3

Tints of Free Speech Magenta #E25AD3

Color information

#E25AD3 (or 0xE25AD3) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5A and D3. RGB value is (226,90,211). Sum of RGB (Red+Green+Blue) = 226+90+211=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AD3 is #1DA52C. Grayscale: #909090. Windows color (decimal): -1942829 or 13851362. OLE color: 13851362.

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

Color convert

RGB22690211-
CMYK00.600.070.11
HSL306.62º70.1%61.96%-
HSV(B)306.62º60.18%88.63%-
XYZ46.7828.1864.6-
YUV144.46165.56186.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 90 (35.55% from 255) = 17.08%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=42.88%
G=17.08%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269021100.600.070.11306.6270.161.96
HexE25AD303C7B133463e
Octal34213232307471346310676
Binary11100010101101011010011011110011110111001100111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25AD3; }

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

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

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

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

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

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

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

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