Html Css Color HEX #E25ABB Free Speech Magenta

📋 copy color: '#E25ABB'

red 226 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Magenta #E25ABB

Tints of Free Speech Magenta #E25ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 44.93%
G = 17.89%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E25ABB (or 0xE25ABB) is known color: Free Speech Magenta. HEX triplet: E2, 5A and BB. RGB value is (226,90,187). Sum of RGB (Red+Green+Blue) = 226+90+187=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ABB is #1DA544. Grayscale: #8D8D8D. Windows color (decimal): -1942853 or 12278498. OLE color: 12278498.

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

Color convert

RGB 226 90 187 -
CMYK 0 0.60 0.17 0.11
HSL 317.21º 0.7% 0.62% -
HSV(B) 317.21º 0.6% 0.89% -
XYZ 43.99 27.07 49.92 -
YUV 141.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 226 90 187 0 0.60 0.17 0.11 317.21 0.7 0.62
Hex E2 5A BB 0 3C 11 B 13D 46 3E
Octal 342 132 273 0 74 21 13 475 106 76
Binary 11100010 1011010 10111011 0 111100 10001 1011 100111101 1000110 111110

Color Harmonies of #E25ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ABB

Black with #E25ABB

Text Example


Text Example

White with #E25ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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