Html Css Color HEX #E557C2 Free Speech Magenta

📋 copy color: '#E557C2'

red 229 ◦ green 87 ◦ blue 194

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

Shades of Free Speech Magenta #E557C2

Tints of Free Speech Magenta #E557C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 44.9%
G = 17.06%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E557C2 (or 0xE557C2) is known color: Free Speech Magenta. HEX triplet: E5, 57 and C2. RGB value is (229,87,194). Sum of RGB (Red+Green+Blue) = 229+87+194=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E557C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E557C2 is #1AA83D. Grayscale: #8D8D8D. Windows color (decimal): -1747006 or 12736485. OLE color: 12736485.

HSL color Cylindrical-coordinate representation of color #E557C2: hue angle of 314.79º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E557C2 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 87 194 -
CMYK 0 0.62 0.15 0.10
HSL 314.79º 0.73% 0.62% -
HSV(B) 314.79º 0.62% 0.9% -
XYZ 45.46 27.37 53.93 -
YUV 141.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 229 87 194 0 0.62 0.15 0.10 314.79 0.73 0.62
Hex E5 57 C2 0 3E F A 13B 49 3E
Octal 345 127 302 0 76 17 12 473 111 76
Binary 11100101 1010111 11000010 0 111110 1111 1010 100111011 1001001 111110

Color Harmonies of #E557C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E557C2

Black with #E557C2

Text Example


Text Example

White with #E557C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E557C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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