Html Css Color HEX #E559C2 Free Speech Magenta

📋 copy color: '#E559C2'

red 229 ◦ green 89 ◦ blue 194

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

Shades of Free Speech Magenta #E559C2

Tints of Free Speech Magenta #E559C2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.38%

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

R = 44.73%
G = 17.38%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E559C2 (or 0xE559C2) is known color: Free Speech Magenta. HEX triplet: E5, 59 and C2. RGB value is (229,89,194). Sum of RGB (Red+Green+Blue) = 229+89+194=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E559C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E559C2 is #1AA63D. Grayscale: #8E8E8E. Windows color (decimal): -1746494 or 12736997. OLE color: 12736997.

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

Color convert

RGB 229 89 194 -
CMYK 0 0.61 0.15 0.10
HSL 315º 0.73% 0.62% -
HSV(B) 315º 0.61% 0.9% -
XYZ 45.62 27.7 53.98 -
YUV 142.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 229 89 194 0 0.61 0.15 0.10 315 0.73 0.62
Hex E5 59 C2 0 3D F A 13B 49 3E
Octal 345 131 302 0 75 17 12 473 111 76
Binary 11100101 1011001 11000010 0 111101 1111 1010 100111011 1001001 111110

Color Harmonies of #E559C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E559C2

Black with #E559C2

Text Example


Text Example

White with #E559C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E559C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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