Html Css Color HEX #E550BC Free Speech Magenta

📋 copy color: '#E550BC'

red 229 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Magenta #E550BC

Tints of Free Speech Magenta #E550BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 46.08%
G = 16.1%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E550BC (or 0xE550BC) is known color: Free Speech Magenta. HEX triplet: E5, 50 and BC. RGB value is (229,80,188). Sum of RGB (Red+Green+Blue) = 229+80+188=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E550BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550BC is #1AAF43. Grayscale: #888888. Windows color (decimal): -1748804 or 12341477. OLE color: 12341477.

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

Color convert

RGB 229 80 188 -
CMYK 0 0.65 0.18 0.10
HSL 316.51º 0.74% 0.61% -
HSV(B) 316.51º 0.65% 0.9% -
XYZ 44.26 26.03 50.27 -
YUV 136.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 229 80 188 0 0.65 0.18 0.10 316.51 0.74 0.61
Hex E5 50 BC 0 41 12 A 13D 4A 3D
Octal 345 120 274 0 101 22 12 475 112 75
Binary 11100101 1010000 10111100 0 1000001 10010 1010 100111101 1001010 111101

Color Harmonies of #E550BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550BC

Black with #E550BC

Text Example


Text Example

White with #E550BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550BC; }

 p { color: rgb(229,80,188); }

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

background-color css

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

 a { background-color: rgb(229,80,188); }

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

border-color css

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

 span { border-color: rgb(229,80,188); }

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