Html Css Color HEX #E355F1 Free Speech Magenta

📋 copy color: '#E355F1'

red 227 ◦ green 85 ◦ blue 241

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

Shades of Free Speech Magenta #E355F1

Tints of Free Speech Magenta #E355F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.37%

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

R = 41.05%
G = 15.37%
B = 43.58%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E355F1 (or 0xE355F1) is known color: Free Speech Magenta. HEX triplet: E3, 55 and F1. RGB value is (227,85,241). Sum of RGB (Red+Green+Blue) = 227+85+241=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #E355F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355F1 is #1CAA0E. Grayscale: #909090. Windows color (decimal): -1878543 or 15816163. OLE color: 15816163.

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

Color convert

RGB 227 85 241 -
CMYK 0.06 0.65 0 0.05
HSL 294.62º 0.85% 0.64% -
HSV(B) 294.62º 0.65% 0.95% -
XYZ 50.8 29.18 86.17 -
YUV 145.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 227 85 241 0.06 0.65 0 0.05 294.62 0.85 0.64
Hex E3 55 F1 6 41 0 5 127 55 40
Octal 343 125 361 6 101 0 5 447 125 100
Binary 11100011 1010101 11110001 110 1000001 0 101 100100111 1010101 1000000

Color Harmonies of #E355F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355F1

Black with #E355F1

Text Example


Text Example

White with #E355F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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