Html Css Color HEX #E25AB9 Free Speech Magenta

📋 copy color: '#E25AB9'

red 226 ◦ green 90 ◦ blue 185

#E25AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E25AB9

Tints of Free Speech Magenta #E25AB9

RGB

 RED value IS 226 (88.67% from 255) = 45.11%

 GREEN value IS 90 (35.55% from 255) = 17.96%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 45.11%
G = 17.96%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E25AB9 (or 0xE25AB9) is known color: Free Speech Magenta. HEX triplet: E2, 5A and B9. RGB value is (226,90,185). Sum of RGB (Red+Green+Blue) = 226+90+185=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AB9 is #1DA546. Grayscale: #8D8D8D. Windows color (decimal): -1942855 or 12147426. OLE color: 12147426.

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

Color convert

RGB 226 90 185 -
CMYK 0 0.60 0.18 0.11
HSL 318.09º 0.7% 0.62% -
HSV(B) 318.09º 0.6% 0.89% -
XYZ 43.78 26.98 48.8 -
YUV 141.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 226 90 185 0 0.60 0.18 0.11 318.09 0.7 0.62
Hex E2 5A B9 0 3C 12 B 13E 46 3E
Octal 342 132 271 0 74 22 13 476 106 76
Binary 11100010 1011010 10111001 0 111100 10010 1011 100111110 1000110 111110

Color Harmonies of #E25AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AB9

Black with #E25AB9

Text Example


Text Example

White with #E25AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AB9; }

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

 H1.HeaderClassName
 {
   color: #E25AB9;
 }
 .AnyTagClassName
 {
   color: #E25AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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