Html Css Color HEX #E555F1 Free Speech Magenta

📋 copy color: '#E555F1'

red 229 ◦ green 85 ◦ blue 241

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

Shades of Free Speech Magenta #E555F1

Tints of Free Speech Magenta #E555F1

RGB

 RED value IS 229 (89.84% from 255) = 41.26%

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

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

R = 41.26%
G = 15.32%
B = 43.42%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E555F1 (or 0xE555F1) is known color: Free Speech Magenta. HEX triplet: E5, 55 and F1. RGB value is (229,85,241). Sum of RGB (Red+Green+Blue) = 229+85+241=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #E555F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E555F1 is #1AAA0E. Grayscale: #919191. Windows color (decimal): -1747471 or 15816165. OLE color: 15816165.

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

Color convert

RGB 229 85 241 -
CMYK 0.05 0.65 0 0.05
HSL 295.38º 0.85% 0.64% -
HSV(B) 295.38º 0.65% 0.95% -
XYZ 51.44 29.51 86.2 -
YUV 145.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 229 85 241 0.05 0.65 0 0.05 295.38 0.85 0.64
Hex E5 55 F1 5 41 0 5 127 55 40
Octal 345 125 361 5 101 0 5 447 125 100
Binary 11100101 1010101 11110001 101 1000001 0 101 100100111 1010101 1000000

Color Harmonies of #E555F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E555F1

Black with #E555F1

Text Example


Text Example

White with #E555F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E555F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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