Html Css Color HEX #E15AE8 Free Speech Magenta

📋 copy color: '#E15AE8'

red 225 ◦ green 90 ◦ blue 232

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

Shades of Free Speech Magenta #E15AE8

Tints of Free Speech Magenta #E15AE8

RGB

 RED value IS 225 (88.28% from 255) = 41.13%

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

 BLUE value IS 232 (91.02% from 255) = 42.41%

R = 41.13%
G = 16.45%
B = 42.41%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E15AE8 (or 0xE15AE8) is known color: Free Speech Magenta. HEX triplet: E1, 5A and E8. RGB value is (225,90,232). Sum of RGB (Red+Green+Blue) = 225+90+232=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #E15AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AE8 is #1EA517. Grayscale: #929292. Windows color (decimal): -2008344 or 15227617. OLE color: 15227617.

HSL color Cylindrical-coordinate representation of color #E15AE8: hue angle of 297.04º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15AE8 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 90 232 -
CMYK 0.03 0.61 0 0.09
HSL 297.04º 0.76% 0.63% -
HSV(B) 297.04º 0.61% 0.91% -
XYZ 49.27 29.15 79.37 -
YUV 146.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 225 90 232 0.03 0.61 0 0.09 297.04 0.76 0.63
Hex E1 5A E8 3 3D 0 9 129 4C 3F
Octal 341 132 350 3 75 0 11 451 114 77
Binary 11100001 1011010 11101000 11 111101 0 1001 100101001 1001100 111111

Color Harmonies of #E15AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AE8

Black with #E15AE8

Text Example


Text Example

White with #E15AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AE8; }

 p { color: rgb(225,90,232); }

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

background-color css

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

 a { background-color: rgb(225,90,232); }

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

border-color css

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

 span { border-color: rgb(225,90,232); }

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