Html Css Color HEX #E35AF1 Free Speech Magenta

📋 copy color: '#E35AF1'

red 227 ◦ green 90 ◦ blue 241

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

Shades of Free Speech Magenta #E35AF1

Tints of Free Speech Magenta #E35AF1

RGB

 RED value IS 227 (89.06% from 255) = 40.68%

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

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

R = 40.68%
G = 16.13%
B = 43.19%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E35AF1 (or 0xE35AF1) is known color: Free Speech Magenta. HEX triplet: E3, 5A and F1. RGB value is (227,90,241). Sum of RGB (Red+Green+Blue) = 227+90+241=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #E35AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35AF1 is #1CA50E. Grayscale: #939393. Windows color (decimal): -1877263 or 15817443. OLE color: 15817443.

HSL color Cylindrical-coordinate representation of color #E35AF1: hue angle of 294.44º 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 #E35AF1 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 90 241 -
CMYK 0.06 0.63 0 0.05
HSL 294.44º 0.84% 0.65% -
HSV(B) 294.44º 0.63% 0.95% -
XYZ 51.21 29.99 86.31 -
YUV 148.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 227 90 241 0.06 0.63 0 0.05 294.44 0.84 0.65
Hex E3 5A F1 6 3F 0 5 126 54 41
Octal 343 132 361 6 77 0 5 446 124 101
Binary 11100011 1011010 11110001 110 111111 0 101 100100110 1010100 1000001

Color Harmonies of #E35AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35AF1

Black with #E35AF1

Text Example


Text Example

White with #E35AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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