Html Css Color HEX #E557F1 Free Speech Magenta

📋 copy color: '#E557F1'

red 229 ◦ green 87 ◦ blue 241

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

Shades of Free Speech Magenta #E557F1

Tints of Free Speech Magenta #E557F1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.62%

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

R = 41.11%
G = 15.62%
B = 43.27%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E557F1 (or 0xE557F1) is known color: Free Speech Magenta. HEX triplet: E5, 57 and F1. RGB value is (229,87,241). Sum of RGB (Red+Green+Blue) = 229+87+241=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #E557F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E557F1 is #1AA80E. Grayscale: #929292. Windows color (decimal): -1746959 or 15816677. OLE color: 15816677.

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

Color convert

RGB 229 87 241 -
CMYK 0.05 0.64 0 0.05
HSL 295.32º 0.85% 0.64% -
HSV(B) 295.32º 0.64% 0.95% -
XYZ 51.6 29.83 86.26 -
YUV 147.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 229 87 241 0.05 0.64 0 0.05 295.32 0.85 0.64
Hex E5 57 F1 5 40 0 5 127 55 40
Octal 345 127 361 5 100 0 5 447 125 100
Binary 11100101 1010111 11110001 101 1000000 0 101 100100111 1010101 1000000

Color Harmonies of #E557F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E557F1

Black with #E557F1

Text Example


Text Example

White with #E557F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E557F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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