Html Css Color HEX #E85AF1 Free Speech Magenta

📋 copy color: '#E85AF1'

red 232 ◦ green 90 ◦ blue 241

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

Shades of Free Speech Magenta #E85AF1

Tints of Free Speech Magenta #E85AF1

RGB

 RED value IS 232 (91.02% from 255) = 41.21%

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

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 41.21%
G = 15.99%
B = 42.81%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E85AF1 (or 0xE85AF1) is known color: Free Speech Magenta. HEX triplet: E8, 5A and F1. RGB value is (232,90,241). Sum of RGB (Red+Green+Blue) = 232+90+241=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #E85AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AF1 is #17A50E. Grayscale: #959595. Windows color (decimal): -1549583 or 15817448. OLE color: 15817448.

HSL color Cylindrical-coordinate representation of color #E85AF1: hue angle of 296.42º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85AF1 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 90 241 -
CMYK 0.04 0.63 0 0.05
HSL 296.42º 0.84% 0.65% -
HSV(B) 296.42º 0.63% 0.95% -
XYZ 52.81 30.82 86.38 -
YUV 149.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 232 90 241 0.04 0.63 0 0.05 296.42 0.84 0.65
Hex E8 5A F1 4 3F 0 5 128 54 41
Octal 350 132 361 4 77 0 5 450 124 101
Binary 11101000 1011010 11110001 100 111111 0 101 100101000 1010100 1000001

Color Harmonies of #E85AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AF1

Black with #E85AF1

Text Example


Text Example

White with #E85AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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